Browse Source

configure: enable lto for icl compiler.

tags/n2.3
Matthew Oliver Carl Eugen Hoyos 11 years ago
parent
commit
09adb1dd36
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      configure

+ 1
- 0
configure View File

@@ -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
}


Loading…
Cancel
Save