[Runtime testing] Enable runtime assertions in runtime tests
This commit is contained in:
committed by
Ilya Matveev
parent
3ea99d0238
commit
46210be959
@@ -40,7 +40,8 @@ struct KBox {
|
|||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
||||||
extern const int KonanNeedDebugInfo = 0;
|
// Set to 1 to enable runtime assertions.
|
||||||
|
extern const int KonanNeedDebugInfo = 1;
|
||||||
|
|
||||||
extern const TypeInfo* theAnyTypeInfo = &theAnyTypeInfoImpl;
|
extern const TypeInfo* theAnyTypeInfo = &theAnyTypeInfoImpl;
|
||||||
extern const TypeInfo* theArrayTypeInfo = &theArrayTypeInfoImpl;
|
extern const TypeInfo* theArrayTypeInfo = &theArrayTypeInfoImpl;
|
||||||
|
|||||||
Reference in New Issue
Block a user