Skip to content

Commit da0904f

Browse files
committed
Revert flags assignment in test-app
1 parent 5c5017b commit da0904f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-app/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ ifeq ($(TARGET),aurix_tc3xx)
679679
endif
680680

681681
# Capture final flags for locally built wolfSSL objects.
682-
WOLFSSL_CFLAGS=$(CFLAGS)
682+
WOLFSSL_CFLAGS:=$(CFLAGS)
683683

684684
ifeq ($(WOLFHSM_CLIENT),1)
685685
CFLAGS += -DSTRING_USER -I"$(WOLFBOOT_LIB_WOLFSSL)"

0 commit comments

Comments
 (0)