Files
ports/emulators/ucon64/files/patch-Makefile
T
Kai Knoblich 799210cb8b emulators/ucon64: Update to 2.2.1
* Add support for CD64 backup units via new default option CD64. [1]

* Update WWW field. [1]

Changelog:

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

PR:		252178
Reported by:	Daniël Hörchner (via e-mail) [1]
Approved by:	Nicole Reid <root@cooltrainer.org> (maintainer)
2021-01-19 11:31:05 +00:00

17 lines
545 B
Plaintext

Remove some hardcoded optimization/warnings flags. This will become obsolete
with the next release.
--- Makefile.orig 2020-12-26 22:51:37 UTC
+++ Makefile
@@ -9,8 +9,8 @@ endif
CC=gcc
CFLAGS0:=$(CFLAGS)
-CFLAGS+=-I. -Wall -W -Wno-implicit-fallthrough -Wno-format-truncation \
--Wno-stringop-overflow -O3 -fsigned-char
+CFLAGS+=-I. -Wall -W -Wno-implicit-fallthrough \
+-fsigned-char
# Enable -Wstringop-overflow[=type] when it is no longer a broken, partial
# implementation with false positives for trivial cases.
LDFLAGS0:=$(LDFLAGS)