diff options
Diffstat (limited to 'examples')
| -rwxr-xr-x | examples/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/make.sh b/examples/make.sh index ff452ce8..c60ac3d4 100755 --- a/examples/make.sh +++ b/examples/make.sh @@ -1,5 +1,5 @@ #!/bin/bash -cc='gcc -s -O2 -Wall -std=c99 -pedantic -Wfatal-errors' +cc='gcc -s -O2 -Wall -std=c99 -pedantic -Wfatal-errors -fsanitize=address' #cc='tcc -s -O2 -Wall -std=c99 -pedantic -Wfatal-errors' #cc='clang -s -O2 -Wall -std=c99 -pedantic -Wfatal-errors' #cc='clang -s -O2 -Wall -std=c99 -pedantic -Wfatal-errors -DSTC_CSTR_V1 -DSTC_CSMAP_V1' |
