1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-06 15:54:57 +03:00

configure: set build type to "RelWithDebInfo"

This commit is contained in:
Davide Beatrici
2018-11-17 20:56:19 +00:00
parent e1bd84d7f3
commit 4e7d946214
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -45,7 +45,7 @@ fi
echo ""
(cd tmp && cmake ${CMAKE_FLAGS} .. || exit 1)
(cd tmp && cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ${CMAKE_FLAGS} .. || exit 1)
echo ""