ports/emulators/ucon64/files/patch-backup_libcd64_Makefile
Kai Knoblich e5913d07d3 emulators/ucon64: Update to 2.2.2 [1]
* Remove two upstreamed patches and rebase existing patches.

* Assume maintainership.

Changelog:

https://ucon64.sourceforge.io/ucon64/changes.html

PR:		260544
Reported by:	Daniël Hörchner (via e-mail) [1]
2021-12-31 12:12:35 +01:00

14 lines
341 B
Plaintext

Remove hardcoded optimization flags.
--- backup/libcd64/Makefile.orig 2021-12-17 09:47:00 UTC
+++ backup/libcd64/Makefile
@@ -10,7 +10,7 @@ endif
ifdef DEBUG
CFLAGS+=-pg -g -pedantic -ansi -DDEBUG
else
-CFLAGS+=-O3 -funroll-loops
+CFLAGS+=-funroll-loops
ifneq ($(findstring clang,$(CC)),clang)
CFLAGS+=-fexpensive-optimizations
endif