Closed mhashim11 closed 1 year ago
Before building a specific cpp file, I need to print the used copts and linkopts in a file(header or text file). what is the easiest way to achieve this goal?
I tried creating a cc_toolchain_suite but I was not able to get them.
That has nothing to do with these packaging rules. Try github.com/bazelbuld/rules_cc.
Before building a specific cpp file, I need to print the used copts and linkopts in a file(header or text file). what is the easiest way to achieve this goal?
I tried creating a cc_toolchain_suite but I was not able to get them.