mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
991b898e72
- update Mastersite - take maintainership from ports@FreeBSD.org. Feature safe: yes
12 lines
368 B
Plaintext
12 lines
368 B
Plaintext
--- videolib/Makefile.orig Tue Feb 13 06:04:45 2001
|
|
+++ videolib/Makefile Sat Mar 10 17:39:59 2001
|
|
@@ -15,7 +15,7 @@
|
|
ifneq ($(DEBUG),NO)
|
|
override CFLAGS = -DDEBUG -g
|
|
else
|
|
- override CFLAGS = -DNDEBUG -O2
|
|
+ override CFLAGS += -DNDEBUG #-O2
|
|
endif
|
|
C_WARN_FLAG = -Wall
|
|
override CFLAGS += $(C_WARN_FLAG) $(INC)
|