Skip to content

Commit 922adc6

Browse files
committed
[WINDOWS] Make it link statically
1 parent 4ace4ee commit 922adc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SHARED_FLAGS := -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror -O
44

55
ifdef OS
66
# Windows
7-
CXXFLAGS := ${SHARED_FLAGS} -DWIN
7+
CXXFLAGS := ${SHARED_FLAGS} -DWIN -static-libstdc++
88
else
99
# Unix
1010
CXXFLAGS := ${SHARED_FLAGS} -rdynamic

0 commit comments

Comments
 (0)