kernel_compiler_patch icon indicating copy to clipboard operation
kernel_compiler_patch copied to clipboard

KCPPFLAGS is not needed

Open ryao opened this issue 10 months ago • 1 comments
trafficstars

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