summaryrefslogtreecommitdiff
path: root/src/extrafpc.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'src/extrafpc.cfg')
-rw-r--r--src/extrafpc.cfg8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/extrafpc.cfg b/src/extrafpc.cfg
index 8757773c..1c17edca 100644
--- a/src/extrafpc.cfg
+++ b/src/extrafpc.cfg
@@ -43,6 +43,9 @@
# Allow inline and use ansistrings.
-Sih
+# Allows C-style assignment += -= etc.
+-Sc
+
# Optimize always for Size
#-O2s
@@ -50,6 +53,7 @@
# Slashes are also allowed under dos
# searchpath for includefiles
+-Fi.
-Ficorelib
#IFDEF X11
-Ficorelib/x11/
@@ -99,8 +103,8 @@
#-viwn
#
# If you don't want so much verbosity use
--vw
+#-vw
#
# Show only errors
-#-ve
+-ve