https://bugs.kde.org/show_bug.cgi?id=376149

--- Comment #9 from Kevin Funk <kf...@kde.org> ---
Sorry, forget my previous comment. LLVM_ENABLE_ASSERTIONS:BOOL is only useful
for *enabling* assertions, it won't help for *disabling* them.

If you want to disable assertions you need -DCMAKE_BUILD_TYPE=RelWithDebInfo,
or -DCMAKE_BUILD_TYPE=Release. Just *not* -DCMAKE_BUILD_TYPE=Debug.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to