mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-04-02 01:52:46 +02:00
force libco to compile with release CFLAGS
-O0 breaks it on some platforms.
This commit is contained in:
3
Makefile
3
Makefile
@@ -345,6 +345,9 @@ endif
|
||||
cpu_threaded.o: cpu_threaded.c
|
||||
$(CC) $(CFLAGS) -Wno-unused-variable -Wno-unused-label $(OPTIMIZE_SAFE) $(INCDIRS) -c -o $@ $<
|
||||
|
||||
libco/libco.o: libco/libco.c
|
||||
$(CC) $(INCFLAGS) $(CFLAGS) -O3 -DNDEBUG -c -o $@ $<
|
||||
|
||||
%.o: %.S
|
||||
$(CC) $(ASFLAGS) $(CFLAGS) $(OPTIMIZE) -c -o $@ $<
|
||||
|
||||
|
||||
Reference in New Issue
Block a user