slint/examples/printerdemo/cpp
Simon Hausmann 7e08231650 C++: Enable /bigobj by default when building with MSVC
Large C++ files generated from .slint files can cause link problems with MSVC.
When that happens, MSVC itself suggests /bigobj as remedy.

It's not apparent that there's a downside to using this option, apart from
backwaords binary compatibility - which is not a concern for us.

The discussion at https://developercommunity.visualstudio.com/t/Enable-bigobj-by-default/1031214 suggests that perhaps this
will become the default one day.

To simplify our examples and avoid users running into this, let's enable it by default.
2023-04-14 13:13:03 +02:00
..
.gitignore Ignore a potential build directory 2020-08-04 16:09:33 +02:00
CMakeLists.txt C++: Enable /bigobj by default when building with MSVC 2023-04-14 13:13:03 +02:00
main.cpp C++: use size_t everywhere as index in our models 2023-02-07 15:25:44 +01:00