Skip to content

Commit 8e124c7

Browse files
philljjdanielinux
authored andcommitted
esp makefile: remove default debug flags.
1 parent 2881b53 commit 8e124c7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,7 @@ leaksan:CFLAGS+=-fsanitize=leak
197197
leaksan:LDFLAGS+=-fsanitize=leak
198198

199199
ESP_CFLAGS = \
200-
-DWOLFIP_ESP -DWOLFSSL_WOLFIP \
201-
-DDEBUG_IP -DDEBUG_UDP -DDEBUG_ESP
200+
-DWOLFIP_ESP -DWOLFSSL_WOLFIP
202201

203202
# Test
204203

0 commit comments

Comments
 (0)