ports/graphics/delaboratory/patches/patch-Makefile

13 lines
237 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -98,7 +98,7 @@ ifeq (${DEBUG}, YES)
CXXFLAGS+=-g -Wall -pedantic
else
# release stuff
-CXXFLAGS+=-Ofast ${OPTFLAGS} -DNDEBUG
+CXXFLAGS+=${OPTFLAGS} -DNDEBUG
endif
include .depend