Update ar flags; use deterministic mode (#79)
This commit is contained in:
parent
f879133f16
commit
26cb607fb6
1 changed files with 1 additions and 1 deletions
2
mk/re.mk
2
mk/re.mk
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue