mingw "too many sections" bug while compiling huge header file in Qt
You can by adding the compilation flags -flto -Wl,-allow-multiple-definition
and you can add -fuse-linker-plugin
-Wa,-mbig-obj
do not work on x86/32bits
architecture (only x64
)