OSDN Git Service

replace NDEBUG with QT_NO_DEBUG definition
authorIvailo Monev <xakepa10@laimg.moc>
Wed, 18 Dec 2019 03:19:12 +0000 (03:19 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Wed, 18 Dec 2019 03:19:12 +0000 (03:19 +0000)
commit8ef9c313fa94a2cfde587be5fb2ad9b8ac89b50e
tree0e076ffe05cc78c1ab0982392575a102a5388905
parent9585bd773c93b287fb95d9af3a1dfa655d0c8579
replace NDEBUG with QT_NO_DEBUG definition

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
38 files changed:
mkspecs/mkspecs.cmake
src/3rdparty/javascriptcore/bytecode/CodeBlock.cpp
src/3rdparty/javascriptcore/bytecode/CodeBlock.h
src/3rdparty/javascriptcore/bytecompiler/BytecodeGenerator.cpp
src/3rdparty/javascriptcore/bytecompiler/RegisterID.h
src/3rdparty/javascriptcore/interpreter/CallFrame.cpp
src/3rdparty/javascriptcore/interpreter/CallFrame.h
src/3rdparty/javascriptcore/interpreter/Interpreter.cpp
src/3rdparty/javascriptcore/interpreter/Register.h
src/3rdparty/javascriptcore/runtime/ArgList.h
src/3rdparty/javascriptcore/runtime/Identifier.cpp
src/3rdparty/javascriptcore/runtime/Identifier.h
src/3rdparty/javascriptcore/runtime/JSArray.h
src/3rdparty/javascriptcore/runtime/JSGlobalData.cpp
src/3rdparty/javascriptcore/runtime/JSGlobalObjectFunctions.cpp
src/3rdparty/javascriptcore/runtime/JSGlobalObjectFunctions.h
src/3rdparty/javascriptcore/runtime/JSObject.cpp
src/3rdparty/javascriptcore/runtime/JSValue.cpp
src/3rdparty/javascriptcore/runtime/JSValue.h
src/3rdparty/javascriptcore/runtime/MarkStack.h
src/3rdparty/javascriptcore/runtime/PropertySlot.h
src/3rdparty/javascriptcore/runtime/RegExp.cpp
src/3rdparty/javascriptcore/runtime/ScopeChain.cpp
src/3rdparty/javascriptcore/runtime/ScopeChain.h
src/3rdparty/javascriptcore/runtime/Structure.cpp
src/3rdparty/javascriptcore/runtime/Structure.h
src/3rdparty/javascriptcore/runtime/StructureTransitionTable.h
src/3rdparty/javascriptcore/wtf/AlwaysInline.h
src/3rdparty/javascriptcore/wtf/CrossThreadRefCounted.h
src/3rdparty/javascriptcore/wtf/DateMath.cpp
src/3rdparty/javascriptcore/wtf/FastMalloc.cpp
src/3rdparty/javascriptcore/wtf/FastMalloc.h
src/3rdparty/javascriptcore/wtf/HashTable.h
src/3rdparty/javascriptcore/wtf/PtrAndFlags.h
src/3rdparty/javascriptcore/wtf/RefCounted.h
src/designer/sdk/abstractwidgetdatabase.cpp
src/designer/shared/widgetdatabase.cpp
src/gui/text/qzip.cpp