Skip to content

Commit 3b5b888

Browse files
committed
windows test executable linking linker flags after object files
1 parent 5ffb191 commit 3b5b888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ endif
121121

122122
# Test executable
123123
$(TEST_TARGET): $(TEST_OBJ)
124-
$(CC) $(TEST_FLAGS) $? -o $@
124+
$(CC) $? -o $@ $(TEST_FLAGS)
125125

126126
# Object files
127127
$(BUILD_RELEASE)/%.o: %.c

0 commit comments

Comments
 (0)