Skip to content
Snippets Groups Projects
Commit 09adb1dd authored by Matthew Oliver's avatar Matthew Oliver Committed by Carl Eugen Hoyos
Browse files

configure: enable lto for icl compiler.

parent 7f5d75f9
No related branches found
No related tags found
No related merge requests found
......@@ -3142,6 +3142,7 @@ icl_flags(){
# on Windows, does enable remarks so disable them here.
-Wall) echo $flag -Qdiag-disable:remark ;;
-std=c99) echo -Qstd=c99 ;;
-flto) echo -ipo ;;
esac
done
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment