You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I find that if -DNDEBUG flag is added to the compile-options, the helloworld example will crash. After the modification, the CFLAGS line in the Makefile file becomes
And when I running the helloworld program, it will crashes or print many lines of unknown event: 00000000.
Can you help look into the reason of it?
The text was updated successfully, but these errors were encountered:
renzibei
changed the title
Add -DNDEBUG flag will cause the helloworld example to crash
Adding -DNDEBUG flag will cause the helloworld example to crash
Oct 24, 2022
Hello, I find that if
-DNDEBUG
flag is added to the compile-options, the helloworld example will crash. After the modification, theCFLAGS
line in the Makefile file becomesAnd when I running the
helloworld
program, it will crashes or print many lines ofunknown event: 00000000
.Can you help look into the reason of it?
The text was updated successfully, but these errors were encountered: