mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-20 06:20:20 +02:00
enable -Werror for Android build system
This commit is contained in:
parent
abece7656b
commit
2ad74515b1
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ common_cflags = [
|
||||||
"-Wcast-align",
|
"-Wcast-align",
|
||||||
"-Wcast-qual",
|
"-Wcast-qual",
|
||||||
"-Wwrite-strings",
|
"-Wwrite-strings",
|
||||||
|
"-Werror",
|
||||||
"-DH_MALLOC_PREFIX",
|
"-DH_MALLOC_PREFIX",
|
||||||
"-DZERO_ON_FREE=true",
|
"-DZERO_ON_FREE=true",
|
||||||
"-DWRITE_AFTER_FREE_CHECK=true",
|
"-DWRITE_AFTER_FREE_CHECK=true",
|
||||||
|
|
Loading…
Add table
Reference in a new issue