X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile;h=c10f739359a82722e35812e38c9c5e49c573a4b7;hp=61bec8b2a6fde5952e8269b12a4ceb5514b17f6e;hb=50f9355a2338111d940ed408f52fe1defe4df23e;hpb=5b9f1b9e4aa51af5712cf1d90552ace57d9f486b diff --git a/Makefile b/Makefile index 61bec8b2..c10f7393 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # default stuff goes here, so that config can override TARGET = pcsx CFLAGS += -Wall -ggdb -Ifrontend -ffast-math -LDLIBS += -lpthread -lm +LDLIBS += -lpthread ifndef DEBUG CFLAGS += -O2 -DNDEBUG endif