summaryrefslogtreecommitdiff
path: root/nacl/okcompilers/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nacl/okcompilers/cpp')
-rw-r--r--nacl/okcompilers/cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/nacl/okcompilers/cpp b/nacl/okcompilers/cpp
new file mode 100644
index 00000000..d1b9ae6d
--- /dev/null
+++ b/nacl/okcompilers/cpp
@@ -0,0 +1,8 @@
1g++ -m64 -O3 -fomit-frame-pointer -funroll-loops
2g++ -m64 -O -fomit-frame-pointer
3g++ -m64 -fomit-frame-pointer
4g++ -m32 -O3 -fomit-frame-pointer -funroll-loops
5g++ -m32 -O -fomit-frame-pointer
6g++ -m32 -fomit-frame-pointer
7spu-g++ -mstdmain -march=cell -O3 -funroll-loops -fomit-frame-pointer -Drandom=rand -Dsrandom=srand
8spu-g++ -mstdmain -march=cell -O -fomit-frame-pointer -Drandom=rand -Dsrandom=srand