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