Do not create an index to the symbols with ar command

This commit is contained in:
Ivan Kravets
2017-08-22 16:01:28 +03:00
parent bf6cee4fdb
commit 89432f3c03
+1 -1
View File
@@ -40,7 +40,7 @@ env.Replace(
RANLIB="xtensa-esp32-elf-ranlib",
SIZETOOL="xtensa-esp32-elf-size",
ARFLAGS=["rcs"],
ARFLAGS=["rc"],
ASFLAGS=["-x", "assembler-with-cpp"],