The source project of this merge request has been removed.
main/monit: Enable optimized builds
This does the following:
- remove
-g
- force the usage of
-O3
So it optimize for performances, not size.
Edited by jvoisin
This does the following:
-g
-O3
So it optimize for performances, not size.