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
Revert "build: move HAVE_SANDBOX_CHECK out of MANFLAGS"
This reverts commit 5c6fa6a.
The commit in question causes `HAVE_SANDBOX_CHECK` to always be unset
(instead of only when `--disable-sandbox-check` is used), as its value
was being passed to the compiler through `MANFLAGS`. Move the macro
back into `MANFLAGS` for simplicity.
Also, using `--disable-sandbox-check` breaks the tests and thus also
breaks CI (see #6619).
Relates to #6592.
0 commit comments