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
Building examples and tests take up a lot of time and disk space.
In many use-cases, though, `bcc` is built solely for the library portion, as a dependency of another project.
This patch allows one to opt out of building the examples and tests, saving up time and disk space in the process. Default behavior (build them) is kept.
In my machine this lowers build time from 1.5 hours to 18 minutes.
0 commit comments