diff options
author | lloyd <[email protected]> | 2011-06-17 16:03:16 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-06-17 16:03:16 +0000 |
commit | 41a11496d5594d8ea5c7879804a540f482033644 (patch) | |
tree | c99fbbc1691ae8b3593aa73a007f0658b72f0354 /src/build-data/cc/icc.txt | |
parent | 9fd0362d65435adf377ed1e4b85f010737b7def0 (diff) | |
parent | 6aac9723c9c286b5486e970e496daf7d01d83f4b (diff) |
propagate from branch 'net.randombit.botan' (head 5dc30d88afdeec4896b5065f9260e66d52b1a730)
to branch 'net.randombit.botan.cxx11' (head 8d42792537db92fab3136f5696ee1eba3e73fa76)
Diffstat (limited to 'src/build-data/cc/icc.txt')
-rw-r--r-- | src/build-data/cc/icc.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/build-data/cc/icc.txt b/src/build-data/cc/icc.txt index 28c1a2816..e11875cb1 100644 --- a/src/build-data/cc/icc.txt +++ b/src/build-data/cc/icc.txt @@ -2,8 +2,6 @@ macro_name INTEL binary_name icpc -has_tr1 yes - compile_option "-c " output_to_option "-o " add_include_dir_option -I @@ -14,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" |