Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exceptions shouldn't be disabled by the toolchain #6

Open
leo60228 opened this issue Jun 12, 2020 · 2 comments
Open

Exceptions shouldn't be disabled by the toolchain #6

leo60228 opened this issue Jun 12, 2020 · 2 comments

Comments

@leo60228
Copy link
Contributor

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

@vbe0201
Copy link
Owner

vbe0201 commented Jun 25, 2020

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.

@Root-Core
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants