From 60a8713d3264dc7232544595fa9f6c35f9c0d486 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sun, 10 Sep 2017 23:50:53 +0200 Subject: [PATCH] - enable struct randomization in performance mode --- kernel-multiarch.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel-multiarch.config b/kernel-multiarch.config index 67b4f494..7880b2e8 100644 --- a/kernel-multiarch.config +++ b/kernel-multiarch.config @@ -17,8 +17,8 @@ EFI_PGT_DUMP all=n GCC_PLUGINS all=y GCC_PLUGIN_CYC_COMPLEXITY all=n GCC_PLUGIN_LATENT_ENTROPY all=n -GCC_PLUGIN_RANDSTRUCT all=n -GCC_PLUGIN_RANDSTRUCT_PERFORMANCE all=n +GCC_PLUGIN_RANDSTRUCT all=y +GCC_PLUGIN_RANDSTRUCT_PERFORMANCE all=y GCC_PLUGIN_STRUCTLEAK all=y GCC_PLUGIN_STRUCTLEAK_VERBOSE all=n GEN_RTC all=n -- 2.44.0