Skip to content

Commit 89432f3

Browse files
committed
Do not create an index to the symbols with ar command
1 parent bf6cee4 commit 89432f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def _get_board_f_flash(env):
4040
RANLIB="xtensa-esp32-elf-ranlib",
4141
SIZETOOL="xtensa-esp32-elf-size",
4242

43-
ARFLAGS=["rcs"],
43+
ARFLAGS=["rc"],
4444

4545
ASFLAGS=["-x", "assembler-with-cpp"],
4646

0 commit comments

Comments
 (0)