学习是最好的投资!
When the compiler turned on optimization and compiled again, it found that this variable was not actually used to allocate space, so it optimized it out
In the project settings, just turn off the optimization switch. .
When the compiler turned on optimization and compiled again, it found that this variable was not actually used to allocate space, so it optimized it out
In the project settings, just turn off the optimization switch. .