Commit a35b859
committed
Enable CONFIG_TCP_NO_OPTIMIZE; simplify build dirs
Add -DCONFIG_TCP_NO_OPTIMIZE to firmware-template-gd32/Rules.mk to disable TCP optimizations. In firmware-template-gd32/lib/Rules.mk introduce BUILD_DIRS_ALL (including EXTRA_C_BUILD_DIRS, EXTRA_CPP_BUILD_DIRS and lib_gd32) and replace multiple conditional mkdir calls with a single mkdir -p $(BUILD_DIRS_ALL) to simplify and harden build directory creation.1 parent c09a720 commit a35b859
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
81 | 83 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
| 84 | + | |
86 | 85 | | |
87 | 86 | | |
88 | 87 | | |
| |||
0 commit comments