Skip to content

Commit

Permalink
Fix debug flags
Browse files Browse the repository at this point in the history
  • Loading branch information
hyc committed Nov 3, 2019
1 parent 56c755b commit 0bff6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/depends/hosts/android.mk
Expand Up @@ -13,7 +13,7 @@ android_CXXFLAGS=$(android_CFLAGS)
android_release_CFLAGS=-O2
android_release_CXXFLAGS=$(android_release_CFLAGS)

android_debug_CFLAGS=-O1
android_debug_CFLAGS=-g -O0
android_debug_CXXFLAGS=$(android_debug_CFLAGS)

android_native_toolchain=android_ndk
Expand Down

0 comments on commit 0bff6f8

Please sign in to comment.