davidlattimore / wild

Apache License 2.0
664 stars 16 forks source link

Clean up how we specify to use a C compiler for linking in integration tests #178

Open davidlattimore opened 1 month ago

davidlattimore commented 1 month ago

The way to specify that linking should be done via the C compiler is a bit clunky. At the moment, you specify //#LinkArgs:--cc=clang. The reason it's like this is historical and no longer applies. Probably which compiler to link with (if any) should be moved out to a separate config option - something like LinkWithCompiler.