summaryrefslogtreecommitdiffstats
path: root/flags
blob: 64f8ae2a016ed9f60f52d7d2beb40e1e3c48a5ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"