X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=system.mk;h=8a0d53c8f6835c2d8699975ba2b208f1c82fbf8e;hp=d9f2ec0dfaf65d7971bd1c16483de52840136ecc;hb=cd09055902de482a1be019bf4b4efdae64c98d35;hpb=767989caad349883e88a7cb7287fe9ea2c43c456 diff --git a/system.mk b/system.mk index d9f2ec0..8a0d53c 100644 --- 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