Page 1 of 1

Compile STK in Release mode

PostPosted: 11 May 2019, 07:53
by PT400C
Hello,

when trying to compile STK on Windows I've got the weird problem that it always compiles in "debug" mode. I tried to do cmake .. -DCMAKE_BUILD_TYPE=Release which actually didn't work out.

What did I do wrong?

Thanks in advance

PT400C

Re: Compile STK in Release mode

PostPosted: 11 May 2019, 12:29
by UnDev
Just use Visual Studio, and then select Release

Re: Compile STK in Release mode

PostPosted: 11 May 2019, 15:17
by PT400C
Nah, way too complicated. I got it to work with cmake-gui.