mirror of
https://github.com/boostorg/build.git
synced 2026-02-21 15:02:19 +00:00
Tell intel compiler to lik with intel static librariess if availables, and fall back on shared objects if not.
This commit is contained in:
committed by
René Ferdinand Rivera Morell
parent
97420841b0
commit
9ef234db6b
@@ -327,16 +327,10 @@ case "${B2_TOOLSET}" in
|
||||
B2_CXXFLAGS_DEBUG="-O0 -g"
|
||||
;;
|
||||
|
||||
intel-linux)
|
||||
CXX_VERSION_OPT=${CXX_VERSION_OPT:---version}
|
||||
B2_CXXFLAGS_RELEASE="-O3"
|
||||
B2_CXXFLAGS_DEBUG="-O0 -g -p"
|
||||
;;
|
||||
|
||||
intel-*)
|
||||
CXX_VERSION_OPT=${CXX_VERSION_OPT:---version}
|
||||
B2_CXXFLAGS_RELEASE="-O3 -s -static"
|
||||
B2_CXXFLAGS_DEBUG="-O0 -g -p -static"
|
||||
B2_CXXFLAGS_RELEASE="-O3 -static-intel"
|
||||
B2_CXXFLAGS_DEBUG="-O0 -g -static-intel"
|
||||
;;
|
||||
|
||||
vacpp)
|
||||
|
||||
Reference in New Issue
Block a user