mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-20 01:40:08 -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
|
aclocal $ACLOCAL_FLAGS
|
||||||
automake --foreign
|
automake --foreign
|
||||||
autoconf
|
autoconf
|
||||||
export CFLAGS='-O2 -fomit-frame-pointer -Wall -pipe -g'
|
export CFLAGS='-O2 -Wall -pipe -g'
|
||||||
echo "CFLAGS=$CFLAGS"
|
echo "CFLAGS=$CFLAGS"
|
||||||
echo "./configure $@"
|
echo "./configure $@"
|
||||||
./configure $@
|
./configure $@
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue