cdesktopenv/src/cmd
Martijn Dekker 820bb6a04b make.probe: probe_optimize: remove -O2
Solaris Studio 12.5 cc seems to produce incorrect code at -O2
(a.k.a. -xO2) optimisation level; integer variables initialise at
random values, and the behaviour of the shell is so incorrect it
can't even run the test scripts. It does not support -Os so that
is skipped for that compiler. At -O it works fine.

src/cmd/INIT/make.probe:
- By default, only try -Os and -O optimisation flags.
2021-01-19 22:13:59 +00:00
..
INIT make.probe: probe_optimize: remove -O2 2021-01-19 22:13:59 +00:00
builtin Eliminate LDFLAGS hack to compile on certain OSs 2021-01-18 19:16:17 +00:00
ksh93 Fix crash on subshell exit if PWD is inaccessible (re: dd9bc229) 2021-01-19 18:47:41 +00:00
Makefile Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
Mamfile Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00