src/script/script.pro unconditionally adds NDEBUG to DEFINES, thereby disabling ASSERTs. But these asserts are actually useful for detecting problems (e.g. related to compiler optimizations, alignment); without the asserts, one can risk a crash occurring at some later point and be rather clueless about the cause.
-
Kent Hansen (Inactive)
-
Kent Hansen (Inactive)
- Votes:
-
0 Vote for this issue
- Watchers:
-
0 Start watching this issue
- Created:
- Updated:
- Resolved:
There are no open Gerrit changes