From 63506e59366acddf4a9e017ad8aebeadcf58c164 Mon Sep 17 00:00:00 2001 From: Joel Stålnacke Date: Sat, 26 Jul 2025 21:09:26 +0300 Subject: Old changes --- lib/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/build.sh') diff --git a/lib/build.sh b/lib/build.sh index f305939..3f8b5a6 100755 --- a/lib/build.sh +++ b/lib/build.sh @@ -6,9 +6,9 @@ fail() { } CC=cc -CFLAGS="-std=c99 -Wall -Wextra -Wpedantic -D_POSIX_C_SOURCE=200809L" +CFLAGS="-std=c99 -Wall -Wextra -Wpedantic -Og -g -D_POSIX_C_SOURCE=200809L" LDFLAGS="-fPIC -lm" -SOURCES="test.c vec2.c world.c log.c" +SOURCES="test.c vec2.c snapshot.c log.c player.c physics.c" output="build" for arg ; do -- cgit v1.2.3