config.cmake: fix typo

Discovered at IEEE SecDev 2019 when someone asked about binary
verification and optimisation levels.
This commit is contained in:
G. Branden Robinson
2019-10-08 12:57:45 +11:00
parent a5148a1957
commit 5e7f50e835

View File

@@ -406,11 +406,11 @@ config_choice(
KernelOptimisation KernelOptimisation
KERNEL_OPT_LEVEL KERNEL_OPT_LEVEL
"Select the kernel optimisation level" "Select the kernel optimisation level"
"-O2;KerenlOptimisationO2;KERNEL_OPT_LEVEL_O2" "-O2;KernelOptimisationO2;KERNEL_OPT_LEVEL_O2"
"-Os;KerenlOptimisationOS;KERNEL_OPT_LEVEL_OS" "-Os;KernelOptimisationOS;KERNEL_OPT_LEVEL_OS"
"-O0;KerenlOptimisationO0;KERNEL_OPT_LEVEL_O0" "-O0;KernelOptimisationO0;KERNEL_OPT_LEVEL_O0"
"-O1;KerenlOptimisationO1;KERNEL_OPT_LEVEL_O1" "-O1;KernelOptimisationO1;KERNEL_OPT_LEVEL_O1"
"-O3;KerenlOptimisationO3;KERNEL_OPT_LEVEL_O3" "-O3;KernelOptimisationO3;KERNEL_OPT_LEVEL_O3"
) )
config_option( config_option(