summaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2010-12-28 02:03:40 -0600
committerKamil Kaminski <kamilkss@gmail.com>2010-12-28 02:03:40 -0600
commit58de8cf17972a9f0bd97c41b761c9e16dedea527 (patch)
tree1f5f7c933aec16736d83fef0711baecadb89ef68 /flags
downloadX.org-script-58de8cf17972a9f0bd97c41b761c9e16dedea527.tar.gz
X.org-script-58de8cf17972a9f0bd97c41b761c9e16dedea527.tar.bz2
X.org-script-58de8cf17972a9f0bd97c41b761c9e16dedea527.zip
Initial commit
Diffstat (limited to 'flags')
-rwxr-xr-xflags15
1 files changed, 15 insertions, 0 deletions
diff --git a/flags b/flags
new file mode 100755
index 0000000..64f8ae2
--- /dev/null
+++ b/flags
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+# misc flags, written to save user's time and memory
+
+#export CFLAGS="-O0 -g"
+#export CXXFLAGS="-O0 -g"
+
+export CFLAGS="-march=core2 -mtune=core2 -O2 -fomit-frame-pointer"
+export CXXFLAGS="-march=core2 -mtune=core2 -O2 -fomit-frame-pointer"
+
+#export CPATH="/opt/gfx-test/include"
+export ACLOCAL="aclocal -I /opt/gfx-test/share/aclocal"
+export PKG_CONFIG_PATH="/opt/gfx-test/lib/pkgconfig:/opt/gfx-test/share/pkgconfig"
+export PREFIX="/opt/gfx-test"
+