Skip to content

Commit c3e82ca

Browse files
committed
test.mk: re-add extra cflags
1 parent 922287e commit c3e82ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ override CFLAGS += \
7171
-I../limine-protocol/include \
7272
-I../flanterm/src \
7373
-isystem ../freestnd-c-hdrs/include \
74-
-D_LIMINE_PROTO
74+
-D_LIMINE_PROTO \
75+
$(EXTRA_CFLAGS)
7576

7677
ifeq ($(ARCH),x86)
7778
override CFLAGS += \

0 commit comments

Comments
 (0)