-
Notifications
You must be signed in to change notification settings - Fork 70
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
Setting -fno-stack-protector
does not disable nxdk's protector
#662
Comments
-fno-stack-protector
does not disable protector-fno-stack-protector
does not disable nxdk's protector
This needs more info. From which function is the above code? What were its exact compiler flags? Which LLVM version was used? |
I am attempting to disable this via compiler flag. Flags are shown in OP, LLVM version is w/e Ubuntu 22.04 bundles. |
That's the code for supporting stack protection, it does not generate the stack protection code. |
It's being included in nxdk compiled applications when I don't want it to. Is there a way to disable this beyond removing it? |
Just like all other platforms you'll have to provide your own crt0 if you want to bypass runtime support functions. |
The text was updated successfully, but these errors were encountered: