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
[wasm][build] Exclude Tools from build when BUILD_TOOLS is OFF
This is a follow up to 5e7281b, which
just adds the `BUILD_TOOLS` option but doesn't actually use it. This
patch renames the option to follow the CMake conventions and uses it to
actually exclude the tools from the build.
option(NS_CURL_ASSUME_FEATURES_MISSING "Assume that optional libcurl features are missing rather than test the library's version, for build debugging"NO)
0 commit comments