mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
add the release flag
This commit is contained in:
parent
f9d19e20d2
commit
f757cdb8ca
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
./cmakew -B build
|
./cmakew -B build -DCMAKE_BUILD_TYPE=Release
|
||||||
MAKEFLAGS=-j$(nproc) ./cmakew --build build
|
MAKEFLAGS=-j$(nproc) ./cmakew --build build
|
||||||
sudo ./cmakew --install build
|
sudo ./cmakew --install build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user