mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
13 lines
284 B
Plaintext
13 lines
284 B
Plaintext
--- Makefile.in.orig Mon Dec 13 12:15:08 1999
|
|
+++ Makefile.in Sun Feb 6 19:52:22 2000
|
|
@@ -19,7 +19,8 @@
|
|
# Flags
|
|
DEBUG = -g
|
|
STRIP = -s
|
|
-CFLAGS = -I. @DEFS@ @GCC_FLAGS@ $(DEBUG)
|
|
+CFLAGS ?= -O2
|
|
+CFLAGS += -I. @DEFS@ @GCC_FLAGS@ $(DEBUG)
|
|
LIBS = @LIBS@
|
|
|
|
# Directories and Paths
|