mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-19 22:10:19 +02:00
switch Android build to C17 from C11
This commit is contained in:
parent
42b097f3b0
commit
d470ae56a5
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ cc_defaults {
|
|||
cflags: ["-DCONFIG_CLASS_REGION_SIZE=34359738368"] // 32GiB
|
||||
},
|
||||
},
|
||||
conlyflags: ["-std=c11", "-Wmissing-prototypes"],
|
||||
conlyflags: ["-std=c17", "-Wmissing-prototypes"],
|
||||
stl: "none",
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue