pcre2: bump to 10.40
[kiss-trunc88.git] / i2pd / build
blob50984d59d6578c105a2c97607d62e938721e32b2
1 #!/bin/sh -e
3 export CFLAGS="-DNDEBUG -pipe -march=westmere -w -fpermissive"
4 export CXXFLAGS="-DNDEBUG -pipe -march=westmere -w -fpermissive"
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
14 cmake --build build
15 cmake --install build