-
Notifications
You must be signed in to change notification settings - Fork 30
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
Improve the cmake flag configuration #51
Comments
Notes from @litghost ; https://github.com/SymbiFlow/fasm/pull/48/files#r571089908
https://github.com/SymbiFlow/fasm/pull/48/files#r571092177
https://github.com/SymbiFlow/fasm/pull/48/files#r571093017
https://github.com/SymbiFlow/fasm/pull/48/files#r571097079
|
The cmake file needs some improvement.
It should add;
-Wimplicit-fallthrough=0
if it is supported on non-Windows-Wno-attributes
if it is supported on non-Windows/std:c++latest
on Windows.This is related to #50.
Originally posted by @mithro in #48 (comment)
The text was updated successfully, but these errors were encountered: