8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 22:43:03 +01:00

Do not pass -RAW to GPRE in the build, to facilitate the analyse of generated files

This commit is contained in:
asfernandes 2010-01-01 18:39:42 +00:00
parent e22125964e
commit 9a5ad8b604
2 changed files with 5 additions and 5 deletions

View File

@ -65,9 +65,9 @@ WCXXFLAGS:= $(WFLAGS) $(THR_FLAGS) $(CXXFLAGS)
# $(ECHO) $(testgpre)
GPRE_FLAGS= -r -m -z -n
JRD_GPRE_FLAGS = -n -z -gds_cxx -raw -ids
DSQL_GPRE_FLAGS = -r -m -z -n
GPRE_FLAGS= -m -z -n
JRD_GPRE_FLAGS = -n -z -gds_cxx -ids
DSQL_GPRE_FLAGS = -m -z -n
.SUFFIXES: .c .e .epp .cpp

View File

@ -42,12 +42,12 @@
::===========
:GPRE_M
@%GPRE% -n -m -raw %FB_ROOT_PATH%\src\%1\%2.epp %FB_GEN_DIR%\preprocessing.cpp -b %FB_GEN_DB_DIR%/dbs/
@%GPRE% -n -m %FB_ROOT_PATH%\src\%1\%2.epp %FB_GEN_DIR%\preprocessing.cpp -b %FB_GEN_DB_DIR%/dbs/
@goto :EOF
::===========
:GPRE_GDS
@%GPRE% -n -raw -ids %3 %4 %FB_ROOT_PATH%\src\%1\%2.epp %FB_GEN_DIR%\preprocessing.cpp -b %FB_GEN_DB_DIR%/dbs/
@%GPRE% -n -ids %3 %4 %FB_ROOT_PATH%\src\%1\%2.epp %FB_GEN_DIR%\preprocessing.cpp -b %FB_GEN_DB_DIR%/dbs/
goto :EOF
::===========