Add -O0 --compile=min to reduce startup time

This commit is contained in:
gg 2023-07-20 08:01:08 -07:00
parent 8d12ba2049
commit 629b2255a5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env -S julia --color=yes --startup-file=no
#!/usr/bin/env -S julia -O0 --compile=min --color=yes --startup-file=no
using PrettyTables, Printf, TimeZones
using WeatherNews