14 | | - clang is now also available on Windows and used by default instead of gcc for the compilation of the generated C code; furthermore, dynamic linking is used instead of static linking. This results in much faster overall compilation time on Windows |
15 | | - a more recent version of the QT library is used, which solves some issues with the rendering of features in OMEdit |
| 14 | - clang is now also available on Windows and used by default instead of gcc for the compilation of the generated C code, providing much faster C compile time on Windows; |
| 15 | - dynamic linking is used instead of static linking, further reducing the overall compilation time on Windows; |
| 16 | - a more recent version of the QT library is used, which solves some issues with the rendering of features in OMEdit. |