X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=642a4c66f103381cc4288f30e4693fce41a5e86b;hb=76d645bee12cfcfbaa8d364d5e335a5471acf84d;hp=864565e5fbdaf0e81aa93a39d2b07523210a7680;hpb=6edf40e52120394c9c052bfdfe7f66ff7b955175;p=pcsx_rearmed.git diff --git a/Makefile b/Makefile index 864565e5..642a4c66 100644 --- a/Makefile +++ b/Makefile @@ -411,7 +411,7 @@ $(TARGET): $(OBJS) ifeq ($(STATIC_LINKING), 1) $(AR) rcs $@ $(OBJS) else - $(CC_LINK) -o $@ $^ $(LDFLAGS) $(LDLIBS) $(EXTRA_LDFLAGS) + $(CC_LINK) $(CFLAGS) -o $@ $^ $(LDFLAGS) $(LDLIBS) $(EXTRA_LDFLAGS) endif clean: $(PLAT_CLEAN) clean_plugins