You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, blade use a <target-name>.incchk file to pass infomation to the inclusion check script, it generates a <target-name>.incchk.result file if the check is OK. The ar link command depends on the result file.
Consider writing wrapper scripts of ar/link to merge the 2 processes.
Benefit:
Simpler dependency
Lesser output (hide the check command description echo)
Performance increasing by reduce ninja scheduling?
The text was updated successfully, but these errors were encountered:
Currently, blade use a
<target-name>.incchk
file to pass infomation to the inclusion check script, it generates a<target-name>.incchk.result
file if the check is OK. The ar link command depends on the result file.Consider writing wrapper scripts of ar/link to merge the 2 processes.
Benefit:
The text was updated successfully, but these errors were encountered: