diff options
| author | tylov <[email protected]> | 2023-07-12 12:38:40 +0200 |
|---|---|---|
| committer | tylov <[email protected]> | 2023-07-12 13:56:06 +0200 |
| commit | 50cbc73d4fef3ce91d094b80a018769eac439965 (patch) | |
| tree | 79492e482cf232ed4def920c015c5f86f030f295 /misc/benchmarks/plotbench/run_gcc.sh | |
| parent | 0bcb0fcd981cb15329dfd4fb675097564164da18 (diff) | |
| download | STC-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_gcc.sh')
| -rw-r--r-- | misc/benchmarks/plotbench/run_gcc.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/benchmarks/plotbench/run_gcc.sh b/misc/benchmarks/plotbench/run_gcc.sh index 14d89b9a..73b979d3 100644 --- a/misc/benchmarks/plotbench/run_gcc.sh +++ b/misc/benchmarks/plotbench/run_gcc.sh @@ -1,8 +1,8 @@ -g++ -I../../include -O3 -o cdeq_benchmark cdeq_benchmark.cpp -g++ -I../../include -O3 -o clist_benchmark clist_benchmark.cpp -g++ -I../../include -O3 -o cmap_benchmark cmap_benchmark.cpp -g++ -I../../include -O3 -o csmap_benchmark csmap_benchmark.cpp -g++ -I../../include -O3 -o cvec_benchmark cvec_benchmark.cpp +g++ -DNDEBUG -I../../include -O3 -o cdeq_benchmark cdeq_benchmark.cpp +g++ -DNDEBUG -I../../include -O3 -o clist_benchmark clist_benchmark.cpp +g++ -DNDEBUG -I../../include -O3 -o cmap_benchmark cmap_benchmark.cpp +g++ -DNDEBUG -I../../include -O3 -o csmap_benchmark csmap_benchmark.cpp +g++ -DNDEBUG -I../../include -O3 -o cvec_benchmark cvec_benchmark.cpp c='Mingw-g++-11.3.0' ./cdeq_benchmark $c |
