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