Modding, Mission Design, and Coding > FS2 Open Coding - The Source Code Project (SCP)
The CMake build system
den5:
--- Quote from: AdmiralRalwood on January 19, 2018, 09:54:37 am ---
--- Quote from: m!m on January 19, 2018, 03:40:42 am ---Try compiling a debug build and launching FSO with an attached debugger. That will show where the crash occurs.
--- End quote ---
If you try this and it doesn't crash in non-Release builds, and you're compiling AVX or AVX2 builds, you may have encountered a compiler bug.
--- End quote ---
I compiled debug build and it doesn't crash where the standard and fast debug does it. This SSE2 build, my processor does not support AVX\ AVX2.
den5:
I installed VS2015, compiled build and it works fine. There are no crashes like before. So I don't know what's wrong with VS2017.
ksotar:
If you want to build SSE2 version (or other variants instead of AVX), then you should alter
--- Code: ---MSVC_SIMD_INSTRUCTIONS
--- End code ---
and set it to SSE2. You may not see that option at start, but if you check 'Advanced' on top, it will show (BTW 'Grouped' is very convenient).
Navigation
[0] Message Index
[*] Previous page
Go to full version