diff --git a/Makefile.libretro b/Makefile.libretro index 989873a..e81194f 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -456,13 +456,8 @@ CXXFLAGS += -Od -Zi -DDEBUG -D_DEBUG endif else ifneq (,$(findstring msvc,$(platform))) -ifeq ($(STATIC_LINKING),1) CFLAGS += -MT CXXFLAGS += -MT -else - CFLAGS += -MD - CXXFLAGS += -MD -endif CFLAGS += -O2 -DNDEBUG CXXFLAGS += -O2 -DNDEBUG