X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ginge.git;a=blobdiff_plain;f=loader%2FMakefile;h=90b68395087f8227b8a132903709668af2ccc91b;hp=99f0af6be204f1ba4497b55e19f7a83e5a1ecb0c;hb=ad37f577261dad19e7b0c7aedf68a800f13ed515;hpb=f7767d0f33875b1ebdee8003690640bc73151bb3 diff --git a/loader/Makefile b/loader/Makefile index 99f0af6..90b6839 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -6,7 +6,7 @@ CFLAGS += -Wall -ggdb -DLOADER LDFLAGS += -ggdb -lpthread -lrt ifndef DEBUG CFLAGS += -O2 -fno-strict-aliasing -LDFLAGS += -s -O2 +LDFLAGS += -O2 endif ifdef DBG CFLAGS += -DDBG=$(DBG)