mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-09 03:00:41 +03:00
configure: set build type to "RelWithDebInfo"
This commit is contained in:
parent
e1bd84d7f3
commit
4e7d946214
2
configure
vendored
2
configure
vendored
@ -45,7 +45,7 @@ fi
|
|||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
(cd tmp && cmake ${CMAKE_FLAGS} .. || exit 1)
|
(cd tmp && cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ${CMAKE_FLAGS} .. || exit 1)
|
||||||
|
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
|
@ -23,7 +23,7 @@ if not exist "tmp" (
|
|||||||
|
|
||||||
cd tmp
|
cd tmp
|
||||||
|
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release -G "NMake Makefiles" ..
|
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -G "NMake Makefiles" ..
|
||||||
|
|
||||||
if %errorlevel% == 0 (
|
if %errorlevel% == 0 (
|
||||||
echo.
|
echo.
|
||||||
|
Loading…
Reference in New Issue
Block a user