1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-12 23:02:59 +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 ""

View File

@ -23,7 +23,7 @@ if not exist "tmp" (
cd tmp
cmake -DCMAKE_BUILD_TYPE=Release -G "NMake Makefiles" ..
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -G "NMake Makefiles" ..
if %errorlevel% == 0 (
echo.