blob: 980843bf890ea7a91eb5fa878f333be18664fbb4 (
plain)
1
2
3
4
5
6
7
8
9
|
RULE_LAUNCH_COMPILE
-------------------
Specify a launcher for compile rules.
Makefile generators prefix compiler commands with the given launcher
command line. This is intended to allow launchers to intercept build
problems with high granularity. Non-Makefile generators currently
ignore this property.
|