Created
July 1, 2024 13:28
-
-
Save idoleat/ea930c55c5205dd6be6fbf39fab29487 to your computer and use it in GitHub Desktop.
clangd configuration file for Linux kernel/kernel module development. Put it at the root of the project, or simple home directory hehehehe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CompileFlags: | |
// Add: -Wno-unknown-warning-option | |
Remove: [-mpreferred-stack-boundary=3, -mindirect-branch=thunk-extern, -mindirect-branch-register, -fno-allow-store-data-races, -fconserve-stack, -mrecord-mcount, -fmin-function-alignment=16] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment