mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
SDCC: Build with optimizations.
This commit is contained in:
@@ -140,7 +140,7 @@ BUILD()
|
||||
mkdir -p build
|
||||
pushd build
|
||||
|
||||
export CFLAGS="-DO_ASYNC=0 -fPIC"
|
||||
export CFLAGS="-O2 -g -DO_ASYNC=0 -fPIC"
|
||||
export LDFLAGS="-lnetwork"
|
||||
|
||||
runConfigure ../configure \
|
||||
|
||||
Reference in New Issue
Block a user