From: Doug Coleman Date: Sat, 23 Feb 2019 23:46:28 +0000 (-0600) Subject: make: We don't need the flag. X-Git-Tag: 0.99~3919 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=d70148e36540be834fa49c890b63ca7f1b346243 make: We don't need the flag. --- diff --git a/GNUmakefile b/GNUmakefile index 1418f71dcf..df11a97a66 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -22,7 +22,7 @@ ifdef CONFIG endif ifneq ($(REPRODUCIBLE), 0) - CFLAGS += -DFACTOR_REPRODUCIBLE -Wno-builtin-macro-redefined + CFLAGS += -DFACTOR_REPRODUCIBLE endif ENGINE = $(DLL_PREFIX)factor$(DLL_SUFFIX)$(DLL_EXTENSION)