Added '-fno-omit-frame-pointer' to slacknoth script

This commit is contained in:
Mark Michelsen 2004-04-29 15:31:33 +00:00
parent 94b85f19a4
commit e6b9655549

View file

@ -16,7 +16,7 @@ echo "Configuring..."
./configure --prefix=/usr --enable-server --enable-tools --enable-kde --enable-gnome
make clean
echo "Compiling and gathering package contents..."
make DESTDIR=/wesnothpack/wesnoth-$1 CXXFLAGS="-g -O2 -march=$2" install -i -k
make DESTDIR=/wesnothpack/wesnoth-$1 CXXFLAGS="-g -O2 -fno-omit-frame-pointer -march=$2" install -i -k
mkdir -p /wesnothpack/wesnoth-$1/usr/doc/wesnoth-$1
cp -Rf changelog COPYING copyright INSTALL MANUAL* README /wesnothpack/wesnoth-$1/usr/doc/wesnoth-$1
echo "Cleaning up source..."