diff options
| author | Tyge Løvset <[email protected]> | 2022-05-18 08:48:34 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-05-18 08:48:34 +0200 |
| commit | 775d0b3fce76be7512671c711d4aa16a5fa34a40 (patch) | |
| tree | c07663344493db8e843305ea747c33ec03dd19e4 /examples | |
| parent | 70cb78ba41aa6b184b2ed8bece0603153b245ad9 (diff) | |
| download | STC-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.sh | 2 |
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' |
