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
#defer DEBUGFLAGS /MDd /Zi $[BROWSEINFO_FLAG] /Fd"$[osfilename $[target:%.obj=%.pdb]]"
#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]
#define COMPILER nmcl
#define LINKER nmlink
@ -99,7 +101,8 @@
#define LINKER xilink
#define LIBBER xilib
#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 RELEASEFLAGS /MD
// We assume the Intel compiler installation dir is mounted as /ia32.

View File

@ -101,7 +101,8 @@
#define LINKER xilink
#define LIBBER xilib
#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 RELEASEFLAGS /MD
// We assume the Intel compiler installation dir is mounted as /ia32.