make: We don't need the flag.
parent
e639f23442
commit
d70148e365
|
@ -22,7 +22,7 @@ ifdef CONFIG
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(REPRODUCIBLE), 0)
|
ifneq ($(REPRODUCIBLE), 0)
|
||||||
CFLAGS += -DFACTOR_REPRODUCIBLE -Wno-builtin-macro-redefined
|
CFLAGS += -DFACTOR_REPRODUCIBLE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ENGINE = $(DLL_PREFIX)factor$(DLL_SUFFIX)$(DLL_EXTENSION)
|
ENGINE = $(DLL_PREFIX)factor$(DLL_SUFFIX)$(DLL_EXTENSION)
|
||||||
|
|
Loading…
Reference in New Issue