mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Sum-It was built in debug mode.
Makes the executable 1MB instead of 30MB big!
This commit is contained in:
@@ -10,7 +10,7 @@ COPYRIGHT="1996-1998, 2000 Hekkelman Programmatuur B.V. All rights reserved.
|
||||
1999-2000 Tim Vernum. All rights reserved."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/OpenSumIt"
|
||||
SRC_URI="git+https://github.com/HaikuArchives/OpenSumIt.git#cdab184a27"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
ARCHITECTURES="!x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
@@ -32,18 +32,18 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
pushd bsl
|
||||
BE_C_COMPILER=gcc make
|
||||
BE_C_COMPILER=gcc make DEBUG=0
|
||||
PATH=`pwd`:$PATH
|
||||
popd
|
||||
|
||||
|
||||
pushd rez
|
||||
BE_C_COMPILER=gcc make
|
||||
BE_C_COMPILER=gcc make DEBUG=0
|
||||
PATH=`pwd`:$PATH
|
||||
popd
|
||||
|
||||
cd sum-it
|
||||
BE_C_COMPILER=gcc make
|
||||
BE_C_COMPILER=gcc make DEBUG=0
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
|
||||
Reference in New Issue
Block a user