diff options
| author | tylov <[email protected]> | 2023-08-09 09:35:36 +0200 |
|---|---|---|
| committer | tylov <[email protected]> | 2023-08-09 09:35:36 +0200 |
| commit | 97898812b4c0185db74fc5c94c7556ecef3fb1e3 (patch) | |
| tree | 089aa0f077b9bf8e566dab1446d746a4456b47d7 /misc/benchmarks/plotbench/run_clang.sh | |
| parent | c27c266b6c4ae0e5e535b18c3790ee97416412b9 (diff) | |
| download | STC-modified-97898812b4c0185db74fc5c94c7556ecef3fb1e3.tar.gz STC-modified-97898812b4c0185db74fc5c94c7556ecef3fb1e3.zip | |
Bench scripts update
Diffstat (limited to 'misc/benchmarks/plotbench/run_clang.sh')
| -rw-r--r-- | misc/benchmarks/plotbench/run_clang.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/benchmarks/plotbench/run_clang.sh b/misc/benchmarks/plotbench/run_clang.sh index fc3e90ec..4f649cbc 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++ -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 +clang -DNDEBUG -I../../include -O3 -o cdeq_benchmark$exe cdeq_benchmark.cpp -lstdc++ +clang -DNDEBUG -I../../include -O3 -o clist_benchmark$exe clist_benchmark.cpp -lstdc++ +clang -DNDEBUG -I../../include -O3 -o cmap_benchmark$exe cmap_benchmark.cpp -lstdc++ +clang -DNDEBUG -I../../include -O3 -o csmap_benchmark$exe csmap_benchmark.cpp -lstdc++ +clang -DNDEBUG -I../../include -O3 -o cvec_benchmark$exe cvec_benchmark.cpp -lstdc++ c='Win-Clang-16.0.5' ./cdeq_benchmark$exe $c |
