X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=Kconfig;h=5397fecc5f52c6b299e95a8785791b4a81b6f343;hb=d6c39d69e162e32b158d7014f902f281cd7753f5;hp=64327907def679bf3dedbe724495bc64031a4e21;hpb=88b5b2e56e64f1d7f93d6fd225afa8d572387f9c;p=palacios.releases.git diff --git a/Kconfig b/Kconfig index 6432790..5397fec 100644 --- a/Kconfig +++ b/Kconfig @@ -76,6 +76,12 @@ config VMX Compile with support for Intel VMX +config FRAME_POINTER + bool "Compile with Frame pointers" + default n + help + Compiles the Palacios library with Frame pointers + config DEBUG_INFO bool "Compile with Debug Information" default n @@ -296,12 +302,6 @@ endmenu menu "Debug configuration" -config CONFIG_DEBUG_INFO - bool "Compile with Debug information" - default n - help - This adds the -g flag to the compilation flags - ## Is unwind information useful