mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 15:10:28 +00:00
Added '-fno-omit-frame-pointer' to slacknoth script
This commit is contained in:
parent
94b85f19a4
commit
e6b9655549
@ -16,7 +16,7 @@ echo "Configuring..."
|
|||||||
./configure --prefix=/usr --enable-server --enable-tools --enable-kde --enable-gnome
|
./configure --prefix=/usr --enable-server --enable-tools --enable-kde --enable-gnome
|
||||||
make clean
|
make clean
|
||||||
echo "Compiling and gathering package contents..."
|
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
|
mkdir -p /wesnothpack/wesnoth-$1/usr/doc/wesnoth-$1
|
||||||
cp -Rf changelog COPYING copyright INSTALL MANUAL* README /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..."
|
echo "Cleaning up source..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user