aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/basicbench.cxxlist
blob: 93266aaf2be7424d6bc4987b17d0ebce47a2dc72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

CLIST[((g++))]="g++-4.1 -O3 -DNDEBUG"
CLIST[((g++))]="g++-4.1 -O3 -DNDEBUG -finline-limit=20000"

CLIST[((g++))]="g++-4.2 -O3 -DNDEBUG"
CLIST[((g++))]="g++-4.2 -O3 -DNDEBUG -finline-limit=20000"

CLIST[((g++))]="g++-4.3 -O3 -DNDEBUG"
CLIST[((g++))]="g++-4.3 -O3 -DNDEBUG -finline-limit=20000"

CLIST[((g++))]="icpc -fast -DNDEBUG -fno-exceptions -no-inline-max-size"