summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-07-28 00:20:43 +0200
committerTyge Løvset <[email protected]>2022-07-28 00:21:59 +0200
commit18392a1f49bb742fce3e28bb8196b2a64ea07219 (patch)
tree1126f78172a5ac04257ac9de6b979ecd671fbfad /examples
parent95e05bac8e77c17e9ad867c9508d44d7e9790a30 (diff)
downloadSTC-modified-18392a1f49bb742fce3e28bb8196b2a64ea07219.tar.gz
STC-modified-18392a1f49bb742fce3e28bb8196b2a64ea07219.zip
Added back coption.h and coption_api.md docs.
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'