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
fontconfig: fork and bump to 2.14.0, don't use pregenerated fcobjshash.h since i...
[kiss-trunc88.git]
/
yoshimi
/
build
blob
d82fa42d7057bad9205e56e804f4757199bcf177
1
#!/bin/sh -e
2
3
export
CFLAGS
=
"-DNDEBUG -pipe -march=westmere"
4
export
CXXFLAGS
=
"
$CFLAGS
"
5
export
DESTDIR
=
"
$1
"
6
7
cmake
-S
src
-B
build \
8
-DCMAKE_BUILD_TYPE
=
Release \
9
-DCMAKE_INSTALL_PREFIX
=/
usr
10
11
cmake
--build
build
12
cmake
--install
build