Permalink
Please
sign in to comment.
Browse files
/std:c++latest for MSVC, fix bool flip, warn opts
Use `/std:c++latest` for Visual Studio because the XBRZ 1.7 code requires at least C++17. Replace the use of `bool++` in `GBALink.cpp` which is now apparently an error with `bool = !bool` to flip the value. Use `/W4` to enable a good amount of warnings in Debug mode, and `/W0` to disable warnings entirely in release modes. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
- Loading branch information
Showing
with
9 additions
and 1 deletion.
- +8 −0 CMakeLists.txt
- +1 −1 src/gba/GBALink.cpp
0 comments on commit
381a7bf