adjust intel settings

This commit is contained in:
cxgeorge 2001-04-04 00:23:43 +00:00
parent 60184751c8
commit 01ddf758d5
2 changed files with 9 additions and 5 deletions

View File

@ -82,8 +82,10 @@
#define OPTFLAGS /O2 /Ob1 /G6 #define OPTFLAGS /O2 /Ob1 /G6
#defer DEBUGFLAGS /MDd /Zi $[BROWSEINFO_FLAG] /Fd"$[osfilename $[target:%.obj=%.pdb]]" #defer DEBUGFLAGS /MDd /Zi $[BROWSEINFO_FLAG] /Fd"$[osfilename $[target:%.obj=%.pdb]]"
#define RELEASEFLAGS /MD #define RELEASEFLAGS /MD
#define EXTRA_LIBPATH
#define EXTRA_INCPATH // in case we have mixed intel/msvc build
#define EXTRA_LIBPATH /ia32/lib
#define EXTRA_INCPATH /ia32/include
#elif $[eq $[USE_COMPILER], BOUNDS] #elif $[eq $[USE_COMPILER], BOUNDS]
#define COMPILER nmcl #define COMPILER nmcl
#define LINKER nmlink #define LINKER nmlink
@ -99,7 +101,8 @@
#define LINKER xilink #define LINKER xilink
#define LIBBER xilib #define LIBBER xilib
#define COMMONFLAGS /Gi- #define COMMONFLAGS /Gi-
#define OPTFLAGS /O3 /Ob1 /Ogity /G6 /Qip // #define OPTFLAGS /O3 /G6 /Qvc6 /Qipo /QaxW /Qvec_report1
#define OPTFLAGS /O3 /G6 /Qvc6
#define DEBUGFLAGS /MDd /Zi $[BROWSEINFO_FLAG] #define DEBUGFLAGS /MDd /Zi $[BROWSEINFO_FLAG]
#define RELEASEFLAGS /MD #define RELEASEFLAGS /MD
// We assume the Intel compiler installation dir is mounted as /ia32. // We assume the Intel compiler installation dir is mounted as /ia32.
@ -128,7 +131,7 @@
// NODEFAULTLIB ensures static libs linked in will connect to the correct msvcrt, so no debug/release mixing occurs // NODEFAULTLIB ensures static libs linked in will connect to the correct msvcrt, so no debug/release mixing occurs
#defer LDFLAGS_OPT1 /debug /incremental:no /NODEFAULTLIB:MSVCRT.LIB /WARN:3 $[PROFILE_FLAG] #defer LDFLAGS_OPT1 /debug /incremental:no /NODEFAULTLIB:MSVCRT.LIB /WARN:3 $[PROFILE_FLAG]
#defer LDFLAGS_OPT2 /debug /incremental:no /NODEFAULTLIB:MSVCRT.LIB /WARN:3 $[PROFILE_FLAG] #defer LDFLAGS_OPT2 /debug /incremental:no /NODEFAULTLIB:MSVCRT.LIB /WARN:3 $[PROFILE_FLAG]
#defer LDFLAGS_OPT3 /fixed:no /incremental:no /NODEFAULTLIB:MSVCRTD.LIB /WARN:3 $[PROFILE_FLAG] /OPT:REF #defer LDFLAGS_OPT3 /fixed:no /incremental:no /NODEFAULTLIB:MSVCRTD.LIB /WARN:3 $[PROFILE_FLAG] /OPT:REF
#defer LDFLAGS_OPT4 /fixed:no /incremental:no /NODEFAULTLIB:MSVCRTD.LIB /WARN:3 $[PROFILE_FLAG] /OPT:REF #defer LDFLAGS_OPT4 /fixed:no /incremental:no /NODEFAULTLIB:MSVCRTD.LIB /WARN:3 $[PROFILE_FLAG] /OPT:REF

View File

@ -101,7 +101,8 @@
#define LINKER xilink #define LINKER xilink
#define LIBBER xilib #define LIBBER xilib
#define COMMONFLAGS /Gi- #define COMMONFLAGS /Gi-
#define OPTFLAGS /O3 /Ob1 /Ogity /G6 /Qip // #define OPTFLAGS /O3 /G6 /Qvc6 /Qipo /QaxW /Qvec_report1
#define OPTFLAGS /O3 /G6 /Qvc6
#define DEBUGFLAGS /MDd /Zi $[BROWSEINFO_FLAG] #define DEBUGFLAGS /MDd /Zi $[BROWSEINFO_FLAG]
#define RELEASEFLAGS /MD #define RELEASEFLAGS /MD
// We assume the Intel compiler installation dir is mounted as /ia32. // We assume the Intel compiler installation dir is mounted as /ia32.