diff options
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 3d4b6def..b98cf054 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -97,7 +97,7 @@ PFLAGS_EXTRA += @PFLAGS_EXTRA@ # - Note that fpc.cfg already defines -vinw, so add -v0 first # - The stack check (-Ct) might not work with enabled threading # - Do we need -Coi? -PFLAGS_BASE_DEFAULT := -Si -Sg- -Sc- -v0Binwe +PFLAGS_BASE_DEFAULT := -Si -Sg- -Sc- -Cg -v0Binwe PFLAGS_DEBUG_DEFAULT := -Xs- -g -gl -dDEBUG_MODE PFLAGS_RELEASE_DEFAULT := -Xs- -O2 PFLAGS_EXTRA_DEFAULT := |