SDCC: Build with optimizations.

This commit is contained in:
Augustin Cavalier
2025-02-18 20:20:30 -05:00
parent 94e68a5528
commit 103b600dea

View File

@@ -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 \