summaryrefslogtreecommitdiffhomepage
path: root/misc/benchmarks/plotbench/run_clang.sh
diff options
context:
space:
mode:
authortylov <[email protected]>2023-07-12 12:38:40 +0200
committertylov <[email protected]>2023-07-12 13:56:06 +0200
commit50cbc73d4fef3ce91d094b80a018769eac439965 (patch)
tree79492e482cf232ed4def920c015c5f86f030f295 /misc/benchmarks/plotbench/run_clang.sh
parent0bcb0fcd981cb15329dfd4fb675097564164da18 (diff)
downloadSTC-modified-50cbc73d4fef3ce91d094b80a018769eac439965.tar.gz
STC-modified-50cbc73d4fef3ce91d094b80a018769eac439965.zip
template.h: i_valclone and i_valfrom are considered the same when only one is defined and i_valraw is not defined (directly or via valclass/valboxed/val_str). Also applies to key. Some adjustments for benchmarking.
Diffstat (limited to 'misc/benchmarks/plotbench/run_clang.sh')
-rw-r--r--misc/benchmarks/plotbench/run_clang.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/benchmarks/plotbench/run_clang.sh b/misc/benchmarks/plotbench/run_clang.sh
index c9dbac31..59d577d9 100644
--- a/misc/benchmarks/plotbench/run_clang.sh
+++ b/misc/benchmarks/plotbench/run_clang.sh
@@ -1,10 +1,10 @@
exe=''
if [ "$OS" = "Windows_NT" ] ; then exe=".exe" ; fi
-clang++ -I../../include -O3 -o cdeq_benchmark$exe cdeq_benchmark.cpp
-clang++ -I../../include -O3 -o clist_benchmark$exe clist_benchmark.cpp
-clang++ -I../../include -O3 -o cmap_benchmark$exe cmap_benchmark.cpp
-clang++ -I../../include -O3 -o csmap_benchmark$exe csmap_benchmark.cpp
-clang++ -I../../include -O3 -o cvec_benchmark$exe cvec_benchmark.cpp
+clang++ -DNDEBUG -I../../include -O3 -o cdeq_benchmark$exe cdeq_benchmark.cpp
+clang++ -DNDEBUG -I../../include -O3 -o clist_benchmark$exe clist_benchmark.cpp
+clang++ -DNDEBUG -I../../include -O3 -o cmap_benchmark$exe cmap_benchmark.cpp
+clang++ -DNDEBUG -I../../include -O3 -o csmap_benchmark$exe csmap_benchmark.cpp
+clang++ -DNDEBUG -I../../include -O3 -o cvec_benchmark$exe cvec_benchmark.cpp
c='Win-Clang-14.0.1'
./cdeq_benchmark$exe $c