Skip to content

Instantly share code, notes, and snippets.

@JayKickliter
Last active September 8, 2017 23:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JayKickliter/cbba8c31839654238d1084af6702337c to your computer and use it in GitHub Desktop.
Save JayKickliter/cbba8c31839654238d1084af6702337c to your computer and use it in GitHub Desktop.
diff --git a/userland/Configuration.mk b/userland/Configuration.mk
index 47e5d9c8..43e41e5c 100644
--- a/userland/Configuration.mk
+++ b/userland/Configuration.mk
@@ -43,7 +43,7 @@ override ASFLAGS += -mthumb
override CFLAGS += -std=gnu11
override CPPFLAGS += \
-frecord-gcc-switches\
- -g\
+ -gdwarf-2\
-Os\
-fdata-sections -ffunction-sections\
-fstack-usage -Wstack-usage=$(STACK_SIZE)\
@JayKickliter
Copy link
Author

I found the solution here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment