mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
dhcp: add -O2 -g as default CFLAGS
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24201 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
a51686978c
commit
0e1ef1cc47
@ -166,7 +166,7 @@ sed -r '/u.*(local|remote)_port/d' \
|
||||
Running ( export CFLAGS=... ./configure ... ) in a subshell
|
||||
preserves CFLAGS if they are set in environment
|
||||
-->
|
||||
<screen><userinput>( export CFLAGS="$CFLAGS -Wall -fno-strict-aliasing \
|
||||
<screen><userinput>( export CFLAGS="${CFLAGS:--g -O2} -Wall -fno-strict-aliasing \
|
||||
-D_PATH_DHCLIENT_SCRIPT='\"/sbin/dhclient-script\"' \
|
||||
-D_PATH_DHCPD_CONF='\"/etc/dhcp/dhcpd.conf\"' \
|
||||
-D_PATH_DHCLIENT_CONF='\"/etc/dhcp/dhclient.conf\"'" &&
|
||||
|
Loading…
Reference in New Issue
Block a user