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
pcre2: bump to 10.40
[kiss-trunc88.git]
/
i2pd
/
build
blob
50984d59d6578c105a2c97607d62e938721e32b2
1
#!/bin/sh -e
2
3
export
CFLAGS
=
"-DNDEBUG -pipe -march=westmere -w -fpermissive"
4
export
CXXFLAGS
=
"-DNDEBUG -pipe -march=westmere -w -fpermissive"
5
6
cmake
-B
build \
7
-S
build \
8
-DCMAKE_BUILD_TYPE
=
Release \
9
-DCMAKE_INSTALL_PREFIX
=/
usr \
10
-DBUILD_SHARED_LIBS
=
ON \
11
-DWITH_UPNP
=
OFF \
12
-Wno-dev
13
14
cmake
--build
build
15
cmake
--install
build