8
0
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:
dimitr 2003-06-04 13:04:59 +00:00
parent a6fe0975ed
commit 18f75c5d34

View File

@ -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