You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/12/27 13:46:01 UTC

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5082: compile/flags: add FRAME_POINTER into Toolchain.defs

gustavonihei commented on a change in pull request #5082:
URL: https://github.com/apache/incubator-nuttx/pull/5082#discussion_r775505493



##########
File path: Kconfig
##########
@@ -1919,6 +1919,14 @@ config DEBUG_SYMBOLS
 	---help---
 		Build with debug symbols (needed for use with a debugger).
 
+config FRAME_POINTER
+	bool "Compile the NuttX with frame pointers"
+	default n
+	help
+	  If you say Y here the resulting NuttX image will be slightly
+	  larger and slower, but it gives very useful debugging information
+	  in case of bugs.
+

Review comment:
       ```suggestion
   config FRAME_POINTER
   	bool "Compile the NuttX with frame pointers"
   	default n
   	---help---
   		If you say Y here the resulting NuttX image will be slightly
   		larger and slower, but it gives very useful debugging information
   		in case of bugs.
   
   ```
   Kconfig files are indented only with tabs




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org