summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/make.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/make.sh b/examples/make.sh
index 6652d85c..e5efde07 100644
--- a/examples/make.sh
+++ b/examples/make.sh
@@ -1,5 +1,6 @@
#!/bin/bash
cc='gcc -s -O2 -Wall -std=c99 -pedantic -Wfatal-errors'
+#cc='tcc -s -O2 -Wall -std=c99 -pedantic -Wfatal-errors'
#cc='clang -s -O2 -Wall -std=c99 -pedantic'
#cc='clang -s -O2 -Wall -std=c99 -pedantic -DSTC_CSTR_V1 -DSTC_CSMAP_V1'
#cc='gcc -x c++ -s -O2 -Wall -std=c++20'