mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -04:00
* Restore verbose build output * Restore build fixes for PPC64 and RISC-V * Disable optimization that overrides framework Approved by: portmgr (blanket, build fix)
11 lines
374 B
Makefile
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
|