summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2024-01-11 06:39:31 +0100
committerkdx <kikoodx@paranoici.org>2024-01-11 06:39:31 +0100
commit347e466a5c0bb55197b1dc84e6d3e1e0f896fb82 (patch)
tree5aebcc3fd3273472be7cfdb99c81c5a5923649cd
parente938ccbb5e0d74e97616e70d42ccab8610dc38b7 (diff)
download008-347e466a5c0bb55197b1dc84e6d3e1e0f896fb82.tar.gz
-s
-rw-r--r--Tupfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tupfile b/Tupfile
index 44968fb..72351eb 100644
--- a/Tupfile
+++ b/Tupfile
@@ -2,7 +2,7 @@ CC = gcc
LD = gcc
SRC = src/*.c vendors/*.c
CFLAGS = -std=c2x -Wall -Wextra -Wno-override-init -iquoteinc -iquotevendors -includeinc/__.h -O3
-LDFLAGS = -O3
+LDFLAGS = -O3 -s
LIBS = -lm -lSDL2 -lSDL2_mixer
NAME = 008