From 2b74b8a880d48232892ca84ac29efacd66905cd4 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Sat, 23 Apr 2022 14:00:47 +0200 Subject: Integrated (and removed) c_hash32 and c_hash64 into c_default_hash, which is improved. Added i_key_ssv and i_val_ssv (cstr with csview as raw-type). --- examples/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/make.sh') diff --git a/examples/make.sh b/examples/make.sh index ef0468c7..4687ed97 100644 --- a/examples/make.sh +++ b/examples/make.sh @@ -1,7 +1,7 @@ #!/bin/bash cc='gcc -s -O2 -Wall -std=c99 -pedantic' #cc='gcc -x c++ -s -O2 -Wall -std=c++20' -#cc='clang -s -O2 -Wall -std=c99 -pedantic -DSTC_USE_SSO' +#cc='clang -s -O2 -Wall -std=c99 -pedantic -DSTC_OLD_CSTR' #cc='clang' #cc='clang -c -DSTC_HEADER' #cc='cl -O2 -nologo -W2 -MD' -- cgit v1.2.3