2019-05-16 12:10 AM
Hopefully somebody can help me with this little TruseStudio problem.
I am using TrueStudio 9.3.0.
When switching from Debug to Release mode, the compiler complains it is missing header files, but of course they are still there.
How can I compare the Debug and Release compiler options, and correct this problem?
Update: I found the answer here:
https://forum.atollic.com/viewtopic.php?f=3&t=1834
In this screen:
In the project Properties -> C/C++ Build -> Settings -> C Compiler -> Directories
At the top is a Configuration selection box, which lists:
We can change Release, so the include paths matches the Debug configuration, or apply to [ All configurations ].
Hope this helps somebody.