perf: strip unused strings during PlatformIO build
This commit is contained in:
+1
-1
@@ -955,6 +955,6 @@ if __name__ == "__main__":
|
|||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
Import("env")
|
Import("env")
|
||||||
main()
|
main(strip_unused=True)
|
||||||
except NameError:
|
except NameError:
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user