We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d37197 commit db15391Copy full SHA for db15391
CHANGELOG.md
@@ -18,10 +18,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
19
### Added
20
21
+* Added build flags for file size reduction in `CMakeLists.txt`.
22
+
23
### Changed
24
25
+* Precompiled header is optional and set to OFF to reduce deployment built size.
26
+* Moved `compas.h` module specific headers to the individual source files.
27
28
### Removed
29
30
+* Remove unnecessary headers from `compas_cgal.h`.
31
32
33
## [0.7.3] 2025-03-18
34
0 commit comments