App crashes when building by vc++ compiler 19.33.31630 for x64 and the release build parameter -r
but it works without -r
#272
Labels
-r
but it works without -r
#272
Bug description
My simple app crashes when building by
cl
(vc++ compiler 19.33.31630 for x64) and the release build parameter-r
, but it works without-r
. And it is always ok if using gcc, clang or tcc with or without-r
.Code example
Expected behavior
Workaround
Don't use the parameter
-r
of the programnelua
Environment
Provide relevant information about your environment:
nelua -v
).Windows
x86_64
Microsoft (R) C/C++ Optimizing Compiler Version 19.33.31630 for x64
The text was updated successfully, but these errors were encountered: