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:
parent
9e9b2dc41f
commit
17c6658b67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28598
11
devel/libol/files/patch-aa
Normal file
11
devel/libol/files/patch-aa
Normal 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"
|
Loading…
Reference in New Issue
Block a user