]> git.decadent.org.uk Git - ion3.git/blobdiff - system.mk
[svn-upgrade] Tagging new upstream version, ion3 (20070927)
[ion3.git] / system.mk
index d9f2ec0dfaf65d7971bd1c16483de52840136ecc..8a0d53c8f6835c2d8699975ba2b208f1c82fbf8e 100644 (file)
--- a/system.mk
+++ b/system.mk
@@ -131,8 +131,8 @@ WARN=       -W -Wimplicit -Wreturn-type -Wswitch -Wcomment \
        -Wtrigraphs -Wformat -Wchar-subscripts \
        -Wparentheses -pedantic -Wuninitialized
 
-CFLAGS=-g -Os $(WARN) $(DEFINES) $(EXTRA_INCLUDES) $(INCLUDES)
-LDFLAGS=-g -Os $(EXTRA_LIBS) $(LIBS)
+CFLAGS=-Os $(WARN) $(DEFINES) $(EXTRA_INCLUDES) $(INCLUDES)
+LDFLAGS=-Os $(EXTRA_LIBS) $(LIBS)
 EXPORT_DYNAMIC=-Xlinker --export-dynamic
 
 # The following options are mainly for development use and can be used