You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @DanAlbert ,
What is currently (starting with e.g. r16b?) proper way to use this switch with ndk-build? I found some scattered info, but with no success. Also your and @enh talk at IO'19. I guess some documentation page about this would be great.
Thanks,
p
@polishcode I'm not sure why I thought I was responding to a question about ASan before. Sorry about that! You can enable it for older versions of the NDK just by defining _FORTIFY_SOURCE=2. Best option would be to do so in your build scripts (i.e. APP_CFLAGS := -D_FORTIFY_SOURCE=2) to make sure you don't forget it in some TUs.
disigma
pushed a commit
to wimal-build/ndk
that referenced
this issue
Sep 19, 2019
A command line option would make it easier to enable from Gradle.
The text was updated successfully, but these errors were encountered: