summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2015-03-01 16:16:10 +0000
committerGraeme Geldenhuys <graemeg@gmail.com>2015-03-01 17:57:51 +0000
commit6c692d963dcfe14d2f0f86da064605c7f66325d8 (patch)
tree16dfd267377306ae45bf68ac7b839f23d1b157c4
parent84ea4a9d626333ffb52288cdee64a766c3c70029 (diff)
downloadfpGUI-6c692d963dcfe14d2f0f86da064605c7f66325d8.tar.xz
Minor tweak to the compiler settings
-rw-r--r--examples/apps/ide/src/extrafpc.cfg3
-rw-r--r--src/extrafpc.cfg7
2 files changed, 3 insertions, 7 deletions
diff --git a/examples/apps/ide/src/extrafpc.cfg b/examples/apps/ide/src/extrafpc.cfg
index 3622b5cf..7d50b94c 100644
--- a/examples/apps/ide/src/extrafpc.cfg
+++ b/examples/apps/ide/src/extrafpc.cfg
@@ -1,9 +1,6 @@
-FUunits/$fpctarget
-Fu../../../../lib/$fpctarget
-Fi.
--Xs
--XX
--CX
#ifdef mswindows
-WG
#endif
diff --git a/src/extrafpc.cfg b/src/extrafpc.cfg
index d1600da1..c645739c 100644
--- a/src/extrafpc.cfg
+++ b/src/extrafpc.cfg
@@ -34,7 +34,6 @@
# For a debug version compile with debuginfo and all codegeneration checks on
#IFDEF DEBUG
-g
- -Crtoi
-B
#WRITE Compiling Debug Version
#ENDIF
@@ -91,13 +90,13 @@
# Unit output path
-FU../lib/$fpctarget/
-# Generate debugging information for GDI (slows down the compiling process)
+# Generate debugging information (slows down the compiling process)
# Enable debug info and use the line info unit by default
-#-gl
+-gl
# Always strip debuginfo from the executable
--Xs
+#-Xs
# Write always a nice FPC logo ;)