commit 93acf8d
hovercats
·
2026-04-18 04:54:10 +0000 UTC
parent 12edf8c
u-config: sync cflags with upstream
1 files changed,
+2,
-8
+2,
-8
1@@ -1,14 +1,8 @@
2 cflags{
3- '-fno-builtin',
4- '-fno-asynchronous-unwind-tables',
5- '-ffreestanding',
6+ '-std=c99',
7+ '-Wall', '-Wpedantic',
8 }
9
10-set('ldflags', {
11- '$ldflags',
12- '-Wl,--gc-sections',
13-})
14-
15 exe('u-config', {'main_posix.c'})
16
17 file('bin/u-config', '755', '$outdir/u-config')