X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile;h=fa1f673256f84296751223cf34e630f4575888ec;hp=5a7b278ef64b0478f3960a7d15a8010acab097bd;hb=bb5cf0fcf7abafa7648734696320d5fa3bdb1e0a;hpb=a80ae4a0353fce94df700ec84222d3c56c3d813a diff --git a/Makefile b/Makefile index 5a7b278e..fa1f6732 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ TARGET = pcsx ARCH = $(shell $(CC) -v 2>&1 | grep -i 'target:' | awk '{print $$2}' | awk -F '-' '{print $$1}') CFLAGS += -Wall -ggdb -Ifrontend -ffast-math -LDFLAGS += -lz -lpthread -ldl -lpng -lbz2 +LDFLAGS += -lz -lpthread -ldl -lpng ifndef DEBUG CFLAGS += -O2 -DNDEBUG endif