Asserts in C++ code not working for debug builds?

Johan Engelen via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sat Jul 9 06:02:10 PDT 2016


On Saturday, 9 July 2016 at 08:28:22 UTC, Johan Engelen wrote:
>
> I'm going to try with a Release build of LLVM with assertions 
> explicitly enabled.

This seems to work for me now
-DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON




More information about the digitalmars-d-ldc mailing list