Building QT with compiler flag _ITERATOR_DEBUG_LEVEL=0
Unsolved
Installation and Deployment
-
Hi all,
I would like to build QT in debug mode on Win10 with MSVC with compiler option
/D _ITERATOR_DEBUG_LEVEL=0
Could you please help me where or how should I set the flag. Preferably only once for all QT modules.
IMHO there isn't option for setting CXXFLAGS inconfigure.bat
Thanks
More about _ITERATOR_DEBUG_LEVEL
https://docs.microsoft.com/cs-cz/cpp/standard-library/iterator-debug-level?view=vs-2017 -
Hi and welcome to devnet,
You have to modify the VS2017 mkspec for that.