kernel_compiler_patch icon indicating copy to clipboard operation
kernel_compiler_patch copied to clipboard

KCPPFLAGS is not needed

Open ryao opened this issue 1 year ago • 1 comments

KCPPFLAGS are flags for the kernel's C preprocessor. KCFLAGS are flags for the kernel's C compiler. -march=znver3 only applies to the latter, so KCPPFLAGS can be safely dropped.

ryao avatar Dec 26 '24 03:12 ryao

As define by which variable?

graysky2 avatar Dec 26 '24 10:12 graysky2