ports/emulators/ucon64/files/patch-libdiscmage_Makefile.in
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

13 lines
442 B
Text

Remove hardcoded optimization flags.
--- libdiscmage/Makefile.in.orig 2021-12-17 09:58:17 UTC
+++ libdiscmage/Makefile.in
@@ -23,7 +23,7 @@ INSTALL_DATA=@INSTALL_DATA@
ifeq ($(CC),cc)
CC=@CC@
endif
-CFLAGS0:=$(CFLAGS) -I. -Wall -W -Wno-implicit-fallthrough -O3 @DEFS@
+CFLAGS0:=$(CFLAGS) -I. -Wall -W -Wno-implicit-fallthrough @DEFS@
ifneq ($(findstring clang,$(CC)),clang)
CFLAGS0+=-Wno-format-truncation -Wno-stringop-overflow
endif