6
# Note that we can't use ccache with icc as the generated .deps file will
7
# then contain wrong information
10
CXXLD="$CXX -static-libcxa"
15
extra_flags="$fast_cflags -unroll2 -ip -mp -restrict"
17
# Use -no-ipo if you get this error
18
# IPO link: can not find "-lstdc++_shared"
19
# icpc: error: problem during multi-file optimization compilation (code 1)
20
extra_flags="$extra_flags -no-ipo"
21
base_cxxflags="-fno-exceptions -fno-rtti"
22
extra_configs="$pentium_configs $static_link --with-yassl"