commit c2e2bf5d721f53ca93d722297104f049be77bc52 parent 2be51147b5deb9e75d8afd9db39803d1d7214e05 Author: citbl <citbl@citbl.org> Date: Wed, 20 May 2026 22:27:21 +1000 minor Diffstat:
| M | mtcc/makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mtcc/makefile b/mtcc/makefile @@ -1,7 +1,7 @@ MAKEFLAGS += --silent default: - clang -O1 -std=c23 \ + clang -O1 -g -std=c23 \ -Werror=declaration-after-statement \ -o mtcc **/*.c ./mtcc target.mty