Exercise the 'assert' statements in CI builds #1763
Labels
component: build
Issues related to etstool.py, CI and other build machinery
component: core
Issues related to the core library
type: cleanup
The
ctraits.c
source contains variousassert
statements, but those assert statements aren't being executed in our CI runs, because we inherit aDNDEBUG
setting from the Python build settings. For CI runs, it would be good to build thectraits
extension usingundef_macros=["NDEBUG"]
so that theassert
s are exercised.The text was updated successfully, but these errors were encountered: