commit 9aa97ee
Michael Forney
·
2024-08-15 08:04:24 +0000 UTC
parent 6c64e74
Add -Werror=implicit-function-declaration to default CFLAGS
1 files changed,
+1,
-1
+1,
-1
1@@ -27,7 +27,7 @@ return {
2 -- target toolchain and flags
3 target={
4 platform='x86_64-linux-musl',
5- cflags='-Os -fPIE -pipe',
6+ cflags='-Os -fPIE -pipe -Werror=implicit-function-declaration',
7 ldflags='-s -static-pie',
8 },
9