mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
37d68b7d1b
Remove unneeded lines from patches PR: 15498 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
12 lines
281 B
Plaintext
12 lines
281 B
Plaintext
--- configure.orig Tue Nov 30 02:37:24 1999
|
|
+++ configure Sun Dec 5 12:07:23 1999
|
|
@@ -3496,7 +3496,7 @@
|
|
if test "$enable_debug" = yes; then
|
|
CFLAGS_O="-O0"
|
|
else
|
|
- CFLAGS_O="-O2"
|
|
+ CFLAGS_O=""
|
|
fi
|
|
CFLAGS_W="-Wall -Wcast-align -Wwrite-strings"
|
|
case $host in
|