diff options
author | lloyd <[email protected]> | 2010-01-21 16:41:48 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-01-21 16:41:48 +0000 |
commit | 9c92ceb2b3bcc9537b4fe572f771d7bbaf8a478a (patch) | |
tree | b7c4e9c0747b3b8c5b661b4c864fd1f6016f0137 /src/build-data/cc/icc.txt | |
parent | f263a8f1c43b065404eb1f965280a1fc860171bc (diff) |
Set C++0x for ICC. Use GCC-4.5 binary
Diffstat (limited to 'src/build-data/cc/icc.txt')
-rw-r--r-- | src/build-data/cc/icc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/cc/icc.txt b/src/build-data/cc/icc.txt index c3a5130bb..1aab4d111 100644 --- a/src/build-data/cc/icc.txt +++ b/src/build-data/cc/icc.txt @@ -12,7 +12,7 @@ lib_opt_flags "-O2 -ip -unroll" check_opt_flags "-O2" debug_flags -g no_debug_flags "-fomit-frame-pointer" -lang_flags "" +lang_flags "-std=c++0x" warning_flags "-w1" shared_flags "-fPIC" |