https://issues.dlang.org/show_bug.cgi?id=19553
Thomas Mader <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #6 from Thomas Mader <[email protected]> --- (In reply to Thomas Mader from comment #5) > A better and easier solution is to just clear the environment from the > already defined flags in the Makefile or the test runner script. Just realized that the CXXFLAGS is not passed/used in the testrunner, the flags are directly in the gcc wrapper of NixOS so there is nothing dlang can do about it. The only solution I see is to add specializations but that has the drawback that people will not remember to do that when adding new tests. That and the fact that it is just a minor issue tells me that it is better to close this issue. --
