diff options
author | Andi Gutmans <andi@php.net> | 2000-08-31 23:49:36 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-08-31 23:49:36 +0000 |
commit | f826cc3bdd671e754638c59167cab5a4b783f8de (patch) | |
tree | 2688dbbc6a0b814a14236821950e2ce835733376 /Zend | |
parent | 3d95c23c967b1b10e56c363a700ae85f21e83869 (diff) | |
download | php-git-f826cc3bdd671e754638c59167cab5a4b783f8de.tar.gz |
- This should fix the performance problem with Release builds
Diffstat (limited to 'Zend')
-rw-r--r-- | Zend/ZendTS.dsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/ZendTS.dsp b/Zend/ZendTS.dsp index 24f9678958..b909c3a95c 100644 --- a/Zend/ZendTS.dsp +++ b/Zend/ZendTS.dsp @@ -396,7 +396,7 @@ SOURCE=".\zend-scanner.l" InputPath=".\zend-scanner.l"
"zend-scanner.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- flex -+ -i -Sflex.skl -Pzend -ozend-scanner.cpp zend-scanner.l
+ flex -+ -B -i -Sflex.skl -Pzend -ozend-scanner.cpp zend-scanner.l
# End Custom Build
@@ -416,7 +416,7 @@ InputPath=".\zend-scanner.l" InputPath=".\zend-scanner.l"
"zend-scanner.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- flex -+ -i -Sflex.skl -Pzend -ozend-scanner.cpp zend-scanner.l
+ flex -+ -B -i -Sflex.skl -Pzend -ozend-scanner.cpp zend-scanner.l
# End Custom Build
|