diff options
author | Jim Miller <millerjv@crd.ge.com> | 2001-04-04 13:33:59 (GMT) |
---|---|---|
committer | Jim Miller <millerjv@crd.ge.com> | 2001-04-04 13:33:59 (GMT) |
commit | ee12876e2d4d986ee0baae091250d53dbc5e6aa0 (patch) | |
tree | 721a16162de38a344bf7dea1ad3550192dcbd385 /Source/staticLibHeader.dsptemplate | |
parent | e318d87aff11fbd7dd94c3e6a5533edff868e0ff (diff) | |
download | CMake-ee12876e2d4d986ee0baae091250d53dbc5e6aa0.zip CMake-ee12876e2d4d986ee0baae091250d53dbc5e6aa0.tar.gz CMake-ee12876e2d4d986ee0baae091250d53dbc5e6aa0.tar.bz2 |
FIX: returned to using /O2 optimization level and put a pragma in the netlib code that could not handle the /Og component of /O2
Diffstat (limited to 'Source/staticLibHeader.dsptemplate')
-rw-r--r-- | Source/staticLibHeader.dsptemplate | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/staticLibHeader.dsptemplate b/Source/staticLibHeader.dsptemplate index 33541a8..20610ce 100644 --- a/Source/staticLibHeader.dsptemplate +++ b/Source/staticLibHeader.dsptemplate @@ -51,8 +51,8 @@ RSC=rc.exe # PROP Output_Dir "Release"
# PROP Intermediate_Dir "Release"
# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /Ob1 /Oi /Ot /Oy /Gs /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
-# ADD CPP /nologo /GR /MD /W3 /GX /Zm1000 /Ob1 /Oi /Ot /Oy /Gs BUILD_INCLUDES EXTRA_DEFINES /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /FD /c
+# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
+# ADD CPP /nologo /GR /MD /W3 /GX /Zm1000 /O2 BUILD_INCLUDES EXTRA_DEFINES /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /FD /c
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
|