We current add a define that strips the code but the cpp files still compile and include the header which takes a lot of time given the large number of files. They are also quite slow to run individually with emscripten even though they do nothing. SonarCloud must also scan them, which is slow as well.
Keeping them when they are disabled has little value. We should strip the files entirely when not enabled.
We current add a define that strips the code but the cpp files still compile and include the header which takes a lot of time given the large number of files. They are also quite slow to run individually with emscripten even though they do nothing. SonarCloud must also scan them, which is slow as well.
Keeping them when they are disabled has little value. We should strip the files entirely when not enabled.