Update ar flags; use deterministic mode (#79)

This commit is contained in:
Richard Aas 2017-09-22 11:37:15 +02:00 committed by Alfred E. Heggestad
parent f879133f16
commit 26cb607fb6

View file

@ -237,7 +237,7 @@ ifeq ($(OS),linux)
MOD_LFLAGS +=
APP_LFLAGS += -rdynamic
AR := ar
AFLAGS := cru
AFLAGS := crD
endif
ifeq ($(OS),gnu)
CFLAGS += -fPIC -DGNU