DavidSM64 / Quad64

An open-source Super Mario 64 level editor
MIT License
114 stars 24 forks source link

Disable optimizations for debug build. #22

Closed Jcw87 closed 5 years ago

Jcw87 commented 5 years ago

This PR disabled optimizations for the debug build. Debug builds normally have optimizations turned off, as optimizations can cause some issues with debugging.

It also changes the platform target on the release build to Any CPU. As far as I can tell, Quad64 doesn't interface with any native binaries, so there isn't a good reason for restricting it to x86.