summaryrefslogtreecommitdiff
path: root/lib/build.sh
diff options
context:
space:
mode:
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