cklib
cklib copied to clipboard
Allow bypass of Common and Language Flags
I have a c library I am using that is delivered as source code and the library maintainers have unfortunately chosen to leave in some warnings that are erring out the build with the -werror flag being applied.
I would be happy to make a PR with either:
- Making
compilerFlagseditable - Adding a
excludeCommonCompilerFlagsproperty, that would only return thecompilerArgsfor thecompilerFlagsso a user would have to supply all the flags but I think that makes a more comfortable trade off.