You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, it's a pain. Unfortunately it's needed for some things I'm working on in Research. Currently I'm working around it with a new tool-specific custom_rules setting added in my fork. It accepts a string that is just copied directly into the generated Makefile or CMakeLists.txt.
Just curious if this feature is still in the works.
Not urgent, but we did have a case where we wanted to apply flags to only some files (i.e. enable -Werror for files that have been cleaned up, so they stay clean).
Some projects require per-file compiler flags.
This should probably work by allowing a source file entry to be a usual settings dict.
The text was updated successfully, but these errors were encountered: