Commit 09adb1dd authored by Matthew Oliver's avatar Matthew Oliver Committed by Carl Eugen Hoyos

configure: enable lto for icl compiler.

parent 7f5d75f9
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment