Changes between Version 1 and Version 2 of Ticket #2801
- Timestamp:
- 2014-09-04T17:05:50Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2801
- Property Summary Move includes from Package.h into Package.c → Move includes from Package.h into Package.c to minimize debugging information
-
Ticket #2801 – Description
v1 v2 1 At least on Windows the omc executable has 300-400Mb which is huge 2 and makes debugging very slow. I suspect this happens because we 3 include a lot of .h files everywhere. 4 1 5 Currently all the includes are in Package.h and they should be moved into Package.c 2 6