|
| 1 | +From 1e2af1abb650e90fd45c25f5c1a4930752056475 Mon Sep 17 00:00:00 2001 |
| 2 | +From: Martino Facchin <m.facchin@arduino.cc> |
| 3 | +Date: Thu, 11 Mar 2021 15:05:20 +0100 |
| 4 | +Subject: [PATCH] PACKAGING: remove gdb exta information to slim library |
| 5 | + |
| 6 | +--- |
| 7 | + tools/profiles/develop.json | 2 +- |
| 8 | + 1 file changed, 1 insertion(+), 1 deletion(-) |
| 9 | + |
| 10 | +diff --git a/tools/profiles/develop.json b/tools/profiles/develop.json |
| 11 | +index 21ba5c88d5..5995d276e4 100644 |
| 12 | +--- a/tools/profiles/develop.json |
| 13 | ++++ b/tools/profiles/develop.json |
| 14 | +@@ -5,7 +5,7 @@ |
| 15 | + "-fmessage-length=0", "-fno-exceptions", |
| 16 | + "-ffunction-sections", "-fdata-sections", "-funsigned-char", |
| 17 | + "-MMD", |
| 18 | +- "-fomit-frame-pointer", "-Os", "-g", "-DMBED_TRAP_ERRORS_ENABLED=1"], |
| 19 | ++ "-fomit-frame-pointer", "-Os", "-DMBED_TRAP_ERRORS_ENABLED=1"], |
| 20 | + "asm": ["-c", "-x", "assembler-with-cpp"], |
| 21 | + "c": ["-c", "-std=gnu11"], |
| 22 | + "cxx": ["-c", "-std=gnu++14", "-fno-rtti", "-Wvla"], |
| 23 | +-- |
| 24 | +2.30.1 |
| 25 | + |
0 commit comments