"git@gitlab.common-lisp.net:cshapiro/cmucl.git" did not exist on "55dde2206dc1fbe9c9c8ad0bb3862626a860faaf"
Forked from
cmucl / cmucl
Source project has a limited visibility.
-
Raymond Toy authored
Add `COPT` variable in `Config.x86_common` to set the optimization level (defaulting to `-O2`). Then each `Config.x86` file can set `COPT` as desired if the default doesn't work. Thus, `Config.x86_linux` sets `COPT` to `-O1`, but others can use the default value. See issue #68.
Raymond Toy authoredAdd `COPT` variable in `Config.x86_common` to set the optimization level (defaulting to `-O2`). Then each `Config.x86` file can set `COPT` as desired if the default doesn't work. Thus, `Config.x86_linux` sets `COPT` to `-O1`, but others can use the default value. See issue #68.