Closed msmolens closed 7 years ago
Fix the following compile error seen on MSVC with Qt 5.7.1 when building in Debug configuration:
PythonQt\src\PythonQt.cpp : fatal error C1128: number of sections exceeded object file format limit : compile with /bigobj
Extracted from https://github.com/commontk/PythonQt/pull/56/commits/3dfe45d, authored by Stefan Dinkelacker s.dinkelacker@dkfz-heidelberg.de.
Thanks for the patch.
Closing. This was integrated in patched-7 as https://github.com/commontk/PythonQt/commit/2e0a0045bf29def7ca198aa9892b111ae23a579a
patched-7
Fix the following compile error seen on MSVC with Qt 5.7.1 when building in Debug configuration:
Extracted from https://github.com/commontk/PythonQt/pull/56/commits/3dfe45d, authored by Stefan Dinkelacker s.dinkelacker@dkfz-heidelberg.de.