Commit 4a13ed4c authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#3639 use -static-intel when linked with icc (otherwise, there are LOTS of...

#3639 use -static-intel when linked with icc (otherwise, there are LOTS of intel lib dependencies refs[t:3639]

git-svn-id: file:///svn/toku/tokudb@32432 c7de825b-a66e-492c-adef-691d508d4ae1
parent e5202b6d
......@@ -535,6 +535,9 @@ ifeq ($(SOEXT),so)
EXPORTMAPFILE=export.map
EXPORTMAP = -Wl,--version-script=$(EXPORTMAPFILE)
SHARED=-shared
ifeq ($(CC),icc)
SHARED += -static-intel
endif
endif
ifeq ($(SOEXT),dll)
ifeq ($(DEBUG),0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment