https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286494

--- Comment #4 from Jason E. Hale <jh...@freebsd.org> ---
(In reply to Daniel Engberg from comment #2)
Ok, I see what you're getting at now. CMake is using the default
CFLAGS/CXXFLAGS it has defined in Modules/Compiler/GNU.cmake (inherited by
Modules/Compiler/Clang.cmake) to build itself after the bootstrapping process
since it's not under control of Mk/Uses/cmake.mk. koobs' commit message made it
seem like CFLAGS/CXXFLAGS weren't being respected during the bootstrap.

I don't like global, "-DNDEBUG" in the Makefile CXXFLAGS, though as this would
break debug builds. This should just be added to the RELEASE strings in
files/InitialCache.cmake.in.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to