diff options
Diffstat (limited to 'games/steelstorm/files/patch-engine__source-makefile.inc')
-rw-r--r-- | games/steelstorm/files/patch-engine__source-makefile.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/steelstorm/files/patch-engine__source-makefile.inc b/games/steelstorm/files/patch-engine__source-makefile.inc new file mode 100644 index 000000000000..9ffb164e47f5 --- /dev/null +++ b/games/steelstorm/files/patch-engine__source-makefile.inc @@ -0,0 +1,11 @@ +--- engine_source/makefile.inc.orig 2010-09-08 08:57:48.000000000 +0400 ++++ engine_source/makefile.inc 2010-09-10 21:44:31.000000000 +0400 +@@ -188,7 +188,7 @@ + + + # Compilation +-CFLAGS_COMMON=$(CFLAGS_MAKEDEP) $(CFLAGS_PRELOAD) $(CFLAGS_FS) $(CFLAGS_CG) $(CFLAGS_WARNINGS) $(CFLAGS_LIBJPEG) $(CFLAGS_D3D) $(CFLAGS_CRYPTO) ++CFLAGS_COMMON=$(CFLAGS) $(CFLAGS_MAKEDEP) $(CFLAGS_PRELOAD) $(CFLAGS_FS) $(CFLAGS_CG) $(CFLAGS_WARNINGS) $(CFLAGS_LIBJPEG) $(CFLAGS_D3D) $(CFLAGS_CRYPTO) + CFLAGS_DEBUG=-ggdb + CFLAGS_PROFILE=-g -pg -ggdb -fprofile-arcs + CFLAGS_RELEASE= |