Skip to content

Commit f3e7bfa

Browse files
committed
Remove removed (no longer deprecated -mno-cygwin) options (sometime before g++ 4.6.1)
1 parent f53137c commit f3e7bfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inc/Makefile-conf.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ CXXFLAGS = $(CFLAGS)
5151

5252
# Compiler Flags
5353
ifeq (mingw,$(CONF))
54-
CFLAGS += -m32 -mno-cygwin -s
54+
CFLAGS += -m32 -s
5555
endif
5656
ifeq (mingw64,$(CONF))
57-
CFLAGS += -m64 -mno-cygwin -s
57+
CFLAGS += -m64 -s
5858
endif
5959

6060
# Resources

0 commit comments

Comments
 (0)