Closed LebedevRI closed 1 year ago
AFAICT, conf_gen.h is only included from darktable.c, but I agree that it (and any other similar data definition) shouldn't be a .h.
This issue did not get any activity in the past 30 days and will be closed in 365 days if no update occurs. Please check if the master branch has fixed it and report again or close the issue.
This issue did not get any activity in the past year and thus has been closed. Please check if the newest release or master branch has it fixed. Please, create a new issue if the issue is not fixed.
Currently that single function in that file takes the longest in the whole darktable to compile. Firstly, it should be in it's own translational unit (
.c
) file, it should not be in a header that is included elsewhere. Secondly, it should not be what it is now. Currently it'sIt should be