ports/emulators/dps8m/files/patch-src_Makefile.mk
Daniel Engberg 37e7d652f2 emulators/dps8m: Restore various port and build fixes
* Restore verbose build output
* Restore build fixes for PPC64 and RISC-V
* Disable optimization that overrides framework

Approved by:	portmgr (blanket, build fix)
2023-08-19 19:57:38 +02:00

11 lines
374 B
Makefile

--- src/Makefile.mk.orig 2023-08-13 10:22:22 UTC
+++ src/Makefile.mk
@@ -294,7 +294,7 @@ endif
_DEBUGOPTFLAG := -g
ifndef TESTING
- OPTFLAGS = -O3 $(_DEBUGOPTFLAG) -U_FORTIFY_SOURCE -fno-stack-protector
+# OPTFLAGS = -O3 $(_DEBUGOPTFLAG) -U_FORTIFY_SOURCE -fno-stack-protector
ifdef DUMA
CFLAGS += -I../dps8 -I. -include dps8_duma.h
OPTFLAGS += -DDUMA=1