From 3286bdaad22a011fd6b866e14a5e047b47d68e87 Mon Sep 17 00:00:00 2001 From: mwalker33 Date: Mon, 5 Oct 2020 21:28:20 +1100 Subject: [PATCH] Update Makefile Restore the original client makefile --- client/Makefile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/client/Makefile b/client/Makefile index ba7802bbf..29fb4462e 100644 --- a/client/Makefile +++ b/client/Makefile @@ -299,15 +299,6 @@ endif CXXFLAGS ?= -Wall -Werror -O3 PM3CXXFLAGS = $(CXXFLAGS) PM3CXXFLAGS += -I../include -ifneq (,$(findstring MINGW,$(platform))) - # Mingw uses by default Microsoft printf, we want the GNU printf (e.g. for %z) - # and setting _ISOC99_SOURCE sets internally __USE_MINGW_ANSI_STDIO=1 - # FTR __USE_MINGW_ANSI_STDIO seems deprecated in Mingw32 - # but not Mingw64 https://fr.osdn.net/projects/mingw/lists/archive/users/2019-January/000199.html - PM3CXXFLAGS += -D_ISOC99_SOURCE -endif - - ifeq ($(QT_FOUND),1) PM3CFLAGS += -DHAVE_GUI