repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hblock: bump to 3.4.0
[kiss-trunc88.git]
/
python-audiotools
/
build
blob
95d18b9c3dd2e4b4bacc1b38b9ea414ff0e5337c
1
#!/bin/sh -e
2
3
export
CFLAGS
=
"-DNDEBUG -pipe -march=westmere"
4
export
CXXFLAGS
=
"
$CFLAGS
"
5
6
python setup.py build
7
python setup.py
install
\
8
--prefix
=/
usr \
9
--root
=
"
$1
"
\
10
--optimize
=
1