diff options
| author | Joel Stålnacke <joel@saker.fi> | 2025-07-26 21:09:26 +0300 |
|---|---|---|
| committer | Joel Stålnacke <joel@saker.fi> | 2025-07-26 21:09:26 +0300 |
| commit | 63506e59366acddf4a9e017ad8aebeadcf58c164 (patch) | |
| tree | 2fa106661b85497fc1d63b7743a78e523ab48fba /lib/build.sh | |
| parent | 53f68bb7b0dce309723675c4b97f726a469031c0 (diff) | |
Diffstat (limited to 'lib/build.sh')
| -rwxr-xr-x | lib/build.sh | 4 |
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 |
