mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2024-10-01 01:36:01 -04:00
switch Android build to C17 from C11
This commit is contained in:
parent
42b097f3b0
commit
d470ae56a5
@ -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…
Reference in New Issue
Block a user