summaryrefslogtreecommitdiff
path: root/lib/build.sh
diff options
context:
space:
mode:
authorJoel Stålnacke <joel@saker.fi>2025-07-26 21:09:26 +0300
committerJoel Stålnacke <joel@saker.fi>2025-07-26 21:09:26 +0300
commit63506e59366acddf4a9e017ad8aebeadcf58c164 (patch)
tree2fa106661b85497fc1d63b7743a78e523ab48fba /lib/build.sh
parent53f68bb7b0dce309723675c4b97f726a469031c0 (diff)
Old changesHEADmaster
Diffstat (limited to 'lib/build.sh')
-rwxr-xr-xlib/build.sh4
1 files changed, 2 insertions, 2 deletions
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