cflags: disable -Werror=date-time
This has been causing issues with developers using older compilers. Until we are on the same version and have a better way to deal with this, lets disable it. Change-Id: I25c895c72a7a1a888332320d78bd47246dbafaff Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
d695b9f41f
commit
47f8088e26
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -686,7 +686,7 @@ KBUILD_CFLAGS += $(call cc-option,-fconserve-stack)
|
|||
KBUILD_CFLAGS += $(call cc-option,-Werror=implicit-int)
|
||||
|
||||
# Prohibit date/time macros, which would make the build non-deterministic
|
||||
KBUILD_CFLAGS += $(call cc-option,-Werror=date-time)
|
||||
# KBUILD_CFLAGS += $(call cc-option,-Werror=date-time)
|
||||
|
||||
# use the deterministic mode of AR if available
|
||||
KBUILD_ARFLAGS := $(call ar-option,D)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue