Thes per_file_copt1 and host_per_file_copt2 flags are super useful for customizing C/C++ compiler flags based on source path. A common use case is to e.g. optimize external dependencies or suppress warnings for sources in external/. It would be useful to have an analogue for swiftc invocations provided by rules_swift.
Thes
per_file_copt1 andhost_per_file_copt2 flags are super useful for customizing C/C++ compiler flags based on source path. A common use case is to e.g. optimize external dependencies or suppress warnings for sources inexternal/. It would be useful to have an analogue forswiftcinvocations provided byrules_swift.