We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b17cb commit df39390Copy full SHA for df39390
1 file changed
Makefile
@@ -42,7 +42,7 @@ OBJ_FILES = $(patsubst %.c, $(BUILD_DIR)/%.o, $(notdir $(SRC_FILES)))
42
# Platform-specific settings
43
ifeq ($(PLATFORM),windows)
44
TARGET := $(DIST_DIR)/vector.dll
45
- LDFLAGS += -shared
+ LDFLAGS += -shared -static-libgcc
46
# Create .def file for Windows
47
DEF_FILE := $(BUILD_DIR)/vector.def
48
STRIP = strip --strip-unneeded $@
0 commit comments