mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:15:43 +01:00
Removed -fomit-frame-pointer..
This commit is contained in:
parent
a519f110d2
commit
32f033d03c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
aclocal $ACLOCAL_FLAGS
|
||||
automake --foreign
|
||||
autoconf
|
||||
export CFLAGS='-O2 -fomit-frame-pointer -Wall -pipe -g'
|
||||
export CFLAGS='-O2 -Wall -pipe -g'
|
||||
echo "CFLAGS=$CFLAGS"
|
||||
echo "./configure $@"
|
||||
./configure $@
|
||||
|
|
Loading…
Reference in a new issue