summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
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'