Skip to content

Commit

Permalink
Again.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Mar 31, 2024
1 parent 989a119 commit f066303
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ ifeq ($(BUILDTYPE),windows)
CXXFLAGS += \
-fext-numeric-literals \
-Wno-deprecated-enum-float-conversion \
-Wno-deprecated-enum-enum-conversion
LDFLAGS += -static -lssp
-Wno-deprecated-enum-enum-conversion \
-fstack-protector-all
LDFLAGS += -static -fstack-protector-all
AR = $(MINGW)ar
PKG_CONFIG = $(MINGW)pkg-config -static
WINDRES = $(MINGW)windres
Expand Down

0 comments on commit f066303

Please sign in to comment.