From c4721e9010c6803c78ae382f68d6686506d00ff4 Mon Sep 17 00:00:00 2001 From: gaosong Date: Tue, 13 Aug 2019 06:40:11 -0400 Subject: [PATCH] fix#18 Signed-off-by: gaosong --- Preamble.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Preamble.make b/Preamble.make index 10adc031..b88de040 100644 --- a/Preamble.make +++ b/Preamble.make @@ -28,7 +28,7 @@ DIST_RULES = INCLUDES = DEFINES = -CFLAGS += -pipe -D_DEFAULT_SOURCE=1 +CFLAGS += -pipe -Wno-format-security -D_DEFAULT_SOURCE=1 # protect with configure? CDEPFLAGS = -MD -MP -MF $(@D)/.$(basename $(@F)).d