2020-04-17 09:46 AM
I have two configuration, one for debug and one for release,
Debug is the first one, when I change to release IDE doesn't care about that and continue to use Debug compilation parameters.
It's really boring and dangerous
Can you check on your side?
Thank-you
2020-04-17 02:06 PM
Cannot reproduce in v 1.3.1. Switching configurations works.
-- pa
2020-04-18 06:17 AM
2020-04-18 07:52 AM
Aha. This actually looks like indexer issue: it does not follow the active configuration, so the #ifdef'ed section remains shadowed.
Try to re-index and check the indexer settings in Eclipse.
-- pa
2020-04-19 01:50 AM
:grinning_face:
changing to 'Use active build configuration' fix my problem.
When I look in the project indexer I cannot find explanation of the previous behaviour or maybe I'm not looking at the right place ;)
I have the impress that the project settings was referring to general settings and general settings was referring to the project settings...
Thanks