Issue is that this information is not included in the builder log (enclosed).
I check all the project setting, no issues find (debug version).
Compiler flags:
-std=c++17
-static-staticlibgcc-static-libstdc++
-g
-Wall
Defines:
SFML_STATIC
TGUI_STATIC
Linker settings:
tgui-s-d
sfml-graphics-s-d
sfml-window-s-d
sfml-system-s-d
opengl32
freetype
winmm
gdi32
Search directories (compiler):
...\project itself\include
...\SFML\include
...\TGUI\include
Search directories (linker):
same - only instead include there is lib
Custom variables:

Another strange thing is that the file is too large, going from about 10 MB to over 50 MB.
Everything is fast except final "rows" from output file.
EDIT:
changing to dynamic linking makin the compiling only 3 seconds and 6 MB file size. So it seems that it really must compile whole TGUI library, but I cannot see what setting did it.
I check all the project setting, no issues find (debug version).
Compiler flags:
-std=c++17
-static-staticlibgcc-static-libstdc++
-g
-Wall
Defines:
SFML_STATIC
TGUI_STATIC
Linker settings:
tgui-s-d
sfml-graphics-s-d
sfml-window-s-d
sfml-system-s-d
opengl32
freetype
winmm
gdi32
Search directories (compiler):
...\project itself\include
...\SFML\include
...\TGUI\include
Search directories (linker):
same - only instead include there is lib
Custom variables:

Another strange thing is that the file is too large, going from about 10 MB to over 50 MB.
Everything is fast except final "rows" from output file.
EDIT:
changing to dynamic linking makin the compiling only 3 seconds and 6 MB file size. So it seems that it really must compile whole TGUI library, but I cannot see what setting did it.
