ports/lang/brandy/patches/patch-makefile

12 lines
249 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- makefile.orig Sat Mar 18 21:34:08 2017
+++ makefile Sat Mar 18 21:35:05 2017
@@ -3,7 +3,7 @@
CC = gcc
LD = gcc
-CFLAGS += -g -DDEBUG -I/usr/include/SDL -DUSE_SDL
+CFLAGS += -DUSE_SDL
CFLAGS2 = -O2 -I/usr/include/SDL -DUSE_SDL
LDFLAGS +=