diff options
| author | Tyge Løvset <[email protected]> | 2022-01-05 15:14:32 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-01-05 15:14:32 +0100 |
| commit | ead3df255f79f60257ae9626e7d52838de3caa67 (patch) | |
| tree | 96e67304ff45b541ddc8b5119b6b0c4d7eb6a84b /examples | |
| parent | 7083c748e2c00d0236146d21f9b20cfe69f953e6 (diff) | |
| download | STC-modified-ead3df255f79f60257ae9626e7d52838de3caa67.tar.gz STC-modified-ead3df255f79f60257ae9626e7d52838de3caa67.zip | |
Added docs on checkauto util program. Renamed (mainly internal) c_rawstr type to crawstr.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/runall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/runall.sh b/examples/runall.sh index 3c6e3ec9..440bdc34 100644 --- a/examples/runall.sh +++ b/examples/runall.sh @@ -1,5 +1,5 @@ #!/bin/bash -cc='clang -O2 -Wall -std=c99 -pedantic' +cc='gcc -O2 -Wall -std=c99 -pedantic' #cc='clang' #cc='clang -c -DSTC_HEADER' #cc='cl -nologo' |
