We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hey, tried using this project in a few places with visual studio 22 with cpp 17
errors:
oxorany.h(743): warning C4789: buffer '' of size 17 bytes will be overrun; 19 bytes will be written starting at offset 5
and
fatal error C1002: compiler is out of heap space in pass 2
seems to happen after around 30 oxorany calls.
build in release, x86 bit, compiles when using #define OXORANY_DISABLE_OBFUSCATION
The text was updated successfully, but these errors were encountered:
i've did some more research and the not compiling at all seems to be an issue with msvc ( https://developercommunity.visualstudio.com/t/extremely-long-compilation-time-when-using-compile/873112 )
you can get it to work using /d2ReducedOptimizeHugeFunctions however the overrun still exists
/d2ReducedOptimizeHugeFunctions
Sorry, something went wrong.
Can you provide a POC ?please
same problem on this line
No branches or pull requests
hey,
tried using this project in a few places with visual studio 22 with cpp 17
errors:
and
seems to happen after around 30 oxorany calls.
build in release, x86 bit, compiles when using #define OXORANY_DISABLE_OBFUSCATION
The text was updated successfully, but these errors were encountered: