Skip to content

Hardening Flux Sched

Stephen Herbein edited this page Jul 31, 2020 · 1 revision

CPPFLAGS=-D_GLIBCXX_DEBUG

You can add that exact line before a call to configure or to the .travis.yaml in the env section of a builder. Note that Debug Mode has major performance implications, so it shouldn't be enabled on any Travis builder that produces a Docker image.