oils-for-unix / oils

Oils is our upgrade path from bash to a better language and runtime. It's also for Python and JavaScript users who avoid shell!
http://www.oilshell.org/
Other
2.85k stars 159 forks source link

Correct misleading comment in `_build/oils.sh` #2075

Closed meator closed 2 months ago

meator commented 2 months ago

The header of this shell script states that the compiler can be either cxx or clang (but it can be anything) and it states that the default VARIANT is 'dbg', which is disproved few lines below:

  local variant=${2:-opt}    # default is optimized build
andychu commented 2 months ago

Great, thank you!