Line | |
---|
1 | #!/bin/bash
|
---|
2 |
|
---|
3 | # CLIST[((g++))]="g++-3.4 -O3 -DNDEBUG"
|
---|
4 | # CLIST[((g++))]="g++-3.4 -O3 -DNDEBUG -finline-limit=20000"
|
---|
5 |
|
---|
6 | # CLIST[((g++))]="g++-4.1 -O3 -DNDEBUG"
|
---|
7 | #CLIST[((g++))]="g++-4.1 -O3 -DNDEBUG -finline-limit=20000"
|
---|
8 |
|
---|
9 | # CLIST[((g++))]="g++-4.2 -O3 -DNDEBUG"
|
---|
10 | #CLIST[((g++))]="g++-4.2 -O3 -DNDEBUG -finline-limit=20000"
|
---|
11 | # CLIST[((g++))]="g++-4.2 -O3 -DNDEBUG -finline-limit=20000 -fprofile-generate"
|
---|
12 | # CLIST[((g++))]="g++-4.2 -O3 -DNDEBUG -finline-limit=20000 -fprofile-use"
|
---|
13 |
|
---|
14 | # CLIST[((g++))]="g++-4.3 -O3 -DNDEBUG"
|
---|
15 | #CLIST[((g++))]="g++-4.3 -O3 -DNDEBUG -finline-limit=20000"
|
---|
16 | # CLIST[((g++))]="g++-4.3 -O3 -DNDEBUG -finline-limit=20000 -fprofile-generate"
|
---|
17 | # CLIST[((g++))]="g++-4.3 -O3 -DNDEBUG -finline-limit=20000 -fprofile-use"
|
---|
18 |
|
---|
19 | # CLIST[((g++))]="icpc -fast -DNDEBUG -fno-exceptions -no-inline-max-size -prof-genx"
|
---|
20 | # CLIST[((g++))]="icpc -fast -DNDEBUG -fno-exceptions -no-inline-max-size -prof-use"
|
---|
21 |
|
---|
22 | #CLIST[((g++))]="/opt/intel/Compiler/11.1/072/bin/intel64/icpc -fast -DNDEBUG -fno-exceptions -no-inline-max-size -lrt"
|
---|
23 | CLIST[((g++))]="/home/orzel/svn/llvm/Release/bin/clang++ -O3 -DNDEBUG -DEIGEN_DONT_VECTORIZE -lrt"
|
---|
24 | CLIST[((g++))]="/home/orzel/svn/llvm/Release/bin/clang++ -O3 -DNDEBUG -lrt"
|
---|
25 | CLIST[((g++))]="g++-4.4.4 -O3 -DNDEBUG -DEIGEN_DONT_VECTORIZE -lrt"
|
---|
26 | CLIST[((g++))]="g++-4.4.4 -O3 -DNDEBUG -lrt"
|
---|
27 | CLIST[((g++))]="g++-4.5.0 -O3 -DNDEBUG -DEIGEN_DONT_VECTORIZE -lrt"
|
---|
28 | CLIST[((g++))]="g++-4.5.0 -O3 -DNDEBUG -lrt"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.