Skip to content

Commit 5e4eab6

Browse files
committed
Disable HTTPD optimization on GD32
Add CONFIG_HTTPD_OPTIMIZE_NONE to the GD32 build configuration to disable HTTPD optimization. This keeps the embedded HTTP server behavior consistent for the GD32 target while preserving the existing network-related build settings.
1 parent 3dfb80f commit 5e4eab6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gd32_emac_artnet_pixel/Makefile.GD32

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ DEFINES+=CONFIG_NETWORK_MEMORY_BLOCKS=4
1212
DEFINES+=DISPLAY_UDF
1313

1414
DEFINES+=ENABLE_HTTPD
15+
DEFINES+=CONFIG_HTTPD_OPTIMIZE_NONE
1516

1617
DEFINES+=CONFIG_TCP_NO_OPTIMIZE
1718
DEFINES+=CONFIG_UDP_NO_OPTIMIZE

0 commit comments

Comments
 (0)