forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
274 B
Text
11 lines
274 B
Text
--- configure.org Mon Aug 23 11:45:34 2004
|
|
+++ configure Mon Aug 23 11:45:40 2004
|
|
@@ -21860,7 +21860,7 @@
|
|
if test $enable_debug = "yes"; then
|
|
CFLAGS="-Wall -g"
|
|
else
|
|
- CFLAGS="$CFLAGS -Wall -O2"
|
|
+ # CFLAGS="$CFLAGS -Wall -O2"
|
|
fi
|
|
|
|
MAKE_CLASS="$srcdir/utils/make_class"
|