Q: are executable after task dist:Linux_64bit
in Release mode?
#1541
Labels
task dist:Linux_64bit
in Release mode?
#1541
I've build the
arduino-cli
executable (withtask dist:Linux_64bit
), but it provides low performance at some environment.I wonder whether executables are compiled in Release or Debug mode. I can see the executable is not stripped, which makes me think it's in Debug mode:
I can definitely strip it, but is there anything to make it compiled with optimizations (in Release mode)?
Can/how can i compile it statically?
PS. i've looked into release binaries and x86-64 has similar size and is also not stripped which makes me think the once compiled by me might be also built in Release mode but just both are not stripped
The text was updated successfully, but these errors were encountered: