aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Game/Code/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Makefile.in b/Game/Code/Makefile.in
index 62cd2632..1529c002 100644
--- a/Game/Code/Makefile.in
+++ b/Game/Code/Makefile.in
@@ -85,7 +85,7 @@ PDEFINES = -dLCL -dLCL$(LCL_WIDGET_TYPE)
# The user can overwrite the default flags with
# make PFLAGS="myflags"
-PFLAGS = -S2gi
+PFLAGS = -S2gi -vB
# the user's flags (specified with configure) must be the last in
# the list to overwrite the defaults (e.g.with the - option: -Xs-).
PFLAGS += @PFLAGS@