mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-14 08:56:35 -05:00
Removed -fomit-frame-pointer..
This commit is contained in:
parent
b85839431d
commit
f32c1b4f60
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…
Add table
Add a link
Reference in a new issue