mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 20:17:24 +02:00
regex: minor VC6 optimisation changes.
[SVN r8380]
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user