switch-cmake icon indicating copy to clipboard operation
switch-cmake copied to clipboard

Exceptions shouldn't be disabled by the toolchain

Open leo60228 opened this issue 5 years ago • 2 comments

They're supported by DevkitA64. It should be up to the user whether to disable them.

leo60228 avatar Jun 12 '20 17:06 leo60228

I generally use the flags forwarded by Switchbrew's template Makefiles to achieve the same build results due to the concerns related to CMake within the community. If a user wants to build with their own flags, they may edit the respective variables. But from general experience, most homebrew developers just copy previously mentioned Makefiles. I feel like having to set the flags they are used to working with introduces a layer of complexity that could be avoided in the most cases.

vbe0201 avatar Jun 25 '20 12:06 vbe0201

I stumbled across the same issue. The problem is, as I'm using -DCMAKE_TOOLCHAIN_FILE to use switch-cmake. This prevents my CMakeList.txt files from changing compiler options.

I'm no makefile expert and this was the only way to get it running for me.

Root-Core avatar Nov 14 '20 03:11 Root-Core