Add cmake debug flag to the INSTALL instruction for Mingw debug build

pull/3/head
khlai 2019-08-12 15:59:42 +02:00 committed by Hleb Valoshka
parent 2c92aee13a
commit a5fa3f5114
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ default linker in gcc.
Follow by:
cmake .. -G "MSYS Makefiles" -DENABLE_WIN=OFF -DCMAKE_CXX_FLAGS='-fuse-ld=lld'
cmake .. -G "MSYS Makefiles" -DENABLE_WIN=OFF -DCMAKE_CXX_FLAGS='-fuse-ld=lld' -DCMAKE_BUILD_TYPE=Debug
Then do mingw32-make.exe.