mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-05-21 10:42:18 +00:00
Update build-android-armv7a.sh
This commit is contained in:
parent
753bd31fb3
commit
bd5f810487
@ -8,5 +8,5 @@ export NDK_HOME=$PWD/android-ndk-r10e/
|
||||
CFLAGS="-Os -fdata-sections -ffunction-sections" \
|
||||
CXXFLAGS="-Os -fdata-sections -ffunction-sections -fno-exceptions -fno-rtti -fvisibility=hidden" \
|
||||
LINKFLAGS="-Wl,--gc-sections -Wl,--strip-all" \
|
||||
./waf configure -T release --android=armeabi-v7a-hard,4.9,21 --togles --disable-warns && ./waf build
|
||||
CXXFLAGS="-fexceptions" CFLAGS="-fexceptions" ./waf configure -T release --android=armeabi-v7a-hard,4.9,21 --togles --disable-warns && ./waf build
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user