summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-05-18 08:48:34 +0200
committerTyge Løvset <[email protected]>2022-05-18 08:48:34 +0200
commit775d0b3fce76be7512671c711d4aa16a5fa34a40 (patch)
treec07663344493db8e843305ea747c33ec03dd19e4 /examples
parent70cb78ba41aa6b184b2ed8bece0603153b245ad9 (diff)
downloadSTC-modified-775d0b3fce76be7512671c711d4aa16a5fa34a40.tar.gz
STC-modified-775d0b3fce76be7512671c711d4aa16a5fa34a40.zip
Formatted carc.h cbox.h: also simplified; removed _get() -> was same as _toraw(), see template.h diff.
Diffstat (limited to 'examples')
-rw-r--r--examples/make.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/make.sh b/examples/make.sh
index facdedc1..6652d85c 100644
--- a/examples/make.sh
+++ b/examples/make.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-cc='gcc -s -O2 -Wall -std=c99 -pedantic'
+cc='gcc -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'