mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 07:23:04 +01:00
Fixed another issue with invalid VC6 optimization.
This commit is contained in:
parent
a6fe0975ed
commit
18f75c5d34
@ -495,6 +495,15 @@ SOURCE=..\..\..\src\jrd\tra.cpp
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\utl.cpp
|
||||
|
||||
!IF "$(CFG)" == "engine - Win32 Release"
|
||||
|
||||
# SUBTRACT CPP /Og
|
||||
|
||||
!ELSEIF "$(CFG)" == "engine - Win32 Debug"
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user