diff options
| author | Tyge Løvset <[email protected]> | 2022-04-27 15:11:30 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-04-27 15:11:30 +0200 |
| commit | b76773eef93b487cf6c6d2784207e3cf2fe6fcd8 (patch) | |
| tree | 56e644b6e5241b32bb2eca42807adc75e4390acd /examples/make.sh | |
| parent | 37e950b8a93172f5f07fedaca54c9b2894416b5a (diff) | |
| download | STC-modified-b76773eef93b487cf6c6d2784207e3cf2fe6fcd8.tar.gz STC-modified-b76773eef93b487cf6c6d2784207e3cf2fe6fcd8.zip | |
Bugfix: cbox didn't use i_keyclone, and therefore did not deep clone properly.
Diffstat (limited to 'examples/make.sh')
| -rw-r--r-- | examples/make.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/make.sh b/examples/make.sh index 4687ed97..af7eace9 100644 --- a/examples/make.sh +++ b/examples/make.sh @@ -1,6 +1,8 @@ #!/bin/bash -cc='gcc -s -O2 -Wall -std=c99 -pedantic' +cc='clang -s -O2 -Wall -std=c99 -pedantic' +#cc='gcc -s -O2 -Wall -std=c99 -pedantic' #cc='gcc -x c++ -s -O2 -Wall -std=c++20' +#cc='g++ -x c++ -s -O2 -Wall' #cc='clang -s -O2 -Wall -std=c99 -pedantic -DSTC_OLD_CSTR' #cc='clang' #cc='clang -c -DSTC_HEADER' |
