regex: minor VC6 optimisation changes.

[SVN r8380]
This commit is contained in:
John Maddock
2000-12-03 12:16:18 +00:00
parent 2b0fc3c3a8
commit 6221e7f953
15 changed files with 489 additions and 193 deletions

View File

@ -5,7 +5,7 @@
#
# we don't test single threaded builds as stlport doesn't support these...
#
CFLAGS= -O2 -GX -GR -I..\..\..\..\
CFLAGS= /Oityb1 /GF /Gy -GX -GR -I..\..\..\..\
LFLAGS= -link /LIBPATH:..\..\lib\vc6-stlport user32.lib
@ -116,3 +116,4 @@ r6lmd.exe : tests.cpp parse.cpp regress.cpp
cl /MDd /D_MT /D_DLL $(CFLAGS) -o r6lmd.exe -DBOOST_RE_TEST_LOCALE_CPP -DTEST_UNICODE tests.cpp parse.cpp regress.cpp $(LFLAGS)

View File

@ -3,7 +3,7 @@
#
# Visual C++ 6
#
CFLAGS= -O2 -GX -GR -I..\..\..\..\
CFLAGS= /Oityb1 /GF /Gy -GX -GR -I..\..\..\..\
LFLAGS= -link /LIBPATH:..\..\lib\vc6 user32.lib
@ -178,3 +178,4 @@ r6lmd.exe : tests.cpp parse.cpp regress.cpp