summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/extrafpc.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/extrafpc.cfg b/src/extrafpc.cfg
index 24f678b2..d1600da1 100644
--- a/src/extrafpc.cfg
+++ b/src/extrafpc.cfg
@@ -26,6 +26,8 @@
# For a release compile with optimizes and strip debuginfo
#IFDEF RELEASE
-Xs
+ -O2
+ -B
#WRITE Compiling Release Version
#ENDIF
@@ -33,6 +35,7 @@
#IFDEF DEBUG
-g
-Crtoi
+ -B
#WRITE Compiling Debug Version
#ENDIF