1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Respect CFLAGS.

PR:		18659
This commit is contained in:
Maxim Sobolev 2000-05-19 10:48:20 +00:00
parent 9e9b2dc41f
commit 17c6658b67
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28598

View File

@ -0,0 +1,11 @@
--- configure.orig Fri May 19 13:37:53 2000
+++ configure Fri May 19 13:38:07 2000
@@ -2704,7 +2704,7 @@
if test $with_debug = "yes"; then
CFLAGS="-Wall -g"
else
- CFLAGS="-Wall -O2"
+# CFLAGS="-Wall -O2"
fi
MAKE_CLASS="$srcdir/utils/make_class"