summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-01-05 15:14:32 +0100
committerTyge Løvset <[email protected]>2022-01-05 15:14:32 +0100
commitead3df255f79f60257ae9626e7d52838de3caa67 (patch)
tree96e67304ff45b541ddc8b5119b6b0c4d7eb6a84b /examples
parent7083c748e2c00d0236146d21f9b20cfe69f953e6 (diff)
downloadSTC-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.sh2
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'