Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This project should configure with "Release" not "Debug", Right? #8

Open
Sakura-Kinomoto opened this issue Apr 14, 2024 · 0 comments
Open

Comments

@Sakura-Kinomoto
Copy link

Forgive my poor English ,I'm not native speaker.
I using VS2013 to compile vc14_64 project, configure with "Debug", but lib crashed .I try to search the reason, find the function "ffi_call_win64" is crashed during running. This function is declared in a assembly file named "win64_Intel.S". Firstly , I thought I'm not Intel platform but AMD64 platform, so this function did not work, but after my research, they told my that either Intel and AMD platform, they working same on this assembly file. Is that Right?
Then I find why the lib is crashing. Finally I thought configure may cause this issue. I convert "Debug" to "Release" ,the worked successfully.
I want to know ,why configure "Debug" was not working, but "Release" worded.
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant