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
gcc, llvm: don't use -DNDEBUG
[kiss-trunc88.git]
/
imrsh
/
build
blob
c2b8cc33b4449442104a8affa6a78899f210f09d
1
#!/bin/sh -e
2
3
export
DESTDIR
=
"
$1
"
4
meson \
5
--prefix
=/
usr \
6
--sysconfdir
=/
etc \
7
--localstatedir
=/
var \
8
--sharedstatedir
=/
var
/
lib \
9
-Dbuildtype
=
plain \
10
-Db_ndebug
=
true \
11
-Dwerror
=
false \
12
-Dstrip
=
true \
13
. build
14
15
ninja
-C
build
16
ninja
-C
build
install