From 18392a1f49bb742fce3e28bb8196b2a64ea07219 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Thu, 28 Jul 2022 00:20:43 +0200 Subject: Added back coption.h and coption_api.md docs. --- examples/make.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/make.sh') 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' -- cgit v1.2.3