Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.40 KB | None | 0 0
  1. diff --git a/Makefile b/Makefile
  2. index 1af94cf..5c02a39 100644
  3. --- a/Makefile
  4. +++ b/Makefile
  5. @@ -619,7 +619,7 @@ else
  6.    stackp-flag := $(call cc-option, -fno-stack-protector)
  7.  endif
  8.  endif
  9. -KBUILD_CFLAGS += $(stackp-flag)
  10. +KBUILD_CFLAGS += -fstack-protector-all
  11.  
  12.  # This warning generated too much noise in a regular build.
  13.  # Use make W=1 to enable this warning (see scripts/Makefile.build)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement