Comment 4 for bug 2045960

Revision history for this message
tmodes (tmodes) wrote :

I had no time to look into the asserts.

But some comments after a first look:
* You are adding many parameters with default settings. This makes reading the command line more complicated than needed.
* The command lines are very long. No sure if all settings are really needed. Do you really need all your user defined changes?
* The settings will result in crashes when running under Wayland because you disabled all settings which are added to support this window manager.
* Using -DCMAKE_BUILD_TYPE:STRING=None is completely unsupported. I think only the default build types Debug, Release, RelWithDebInfo and MinSizeRel are supported by the underlying CMake modules (shipped with CMake). And Hugin does not add any additional build types. So passing this build type can result in unwanted side effects. I strongly discourage from using the build type and instead stick with the standard build types.