From fdbc2d57692c8bb3d3e53d929f4431b0ea0f29e8 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 22 Aug 2017 16:02:14 +0300 Subject: [PATCH] Do not create an index to the symbols with ar command --- builder/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/main.py b/builder/main.py index 934a2a8..7a901a7 100644 --- a/builder/main.py +++ b/builder/main.py @@ -30,7 +30,7 @@ RANLIB="msp430-ranlib", SIZETOOL="msp430-size", - ARFLAGS=["rcs"], + ARFLAGS=["rc"], ASFLAGS=["-x", "assembler-with-cpp"],