summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdx <kdx.42@42l.fr>2023-03-17 05:55:37 +0100
committerkdx <kdx.42@42l.fr>2023-03-17 05:57:09 +0100
commitc39d9d78a785826a1ba32375c9819a7f0317515b (patch)
tree932d93d742c140d1953cd5b47d162681630cbf36
parent949a1d51fcca52e8c20ef8defc76b17dfca4076d (diff)
downloadgolem-c39d9d78a785826a1ba32375c9819a7f0317515b.tar.gz
read the tcc doc
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index ed7e3e1..c7d23fd 100755
--- a/build.sh
+++ b/build.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-tcc -Os -std=c99 -Wall -Wextra -o golem *.c
+tcc -g -Os -std=c99 -Wall -Wunsupported -funsigned-char -o golem *.c