Decouple -O from -fvia-C
authorwolfgang.thaller@gmx.net <unknown>
Fri, 1 Dec 2006 12:53:04 +0000 (12:53 +0000)
committerwolfgang.thaller@gmx.net <unknown>
Fri, 1 Dec 2006 12:53:04 +0000 (12:53 +0000)
commit8971f720a67113308e346598814221228b12a4fc
tree0de9ae11f2fc027c21e96ea5e0b1f2a1a3b8ed7a
parentea2d0a53ff4ca7e6331d09225ad84ec9c9efe6d8
Decouple -O from -fvia-C

Nowadays, there are situations where -fvia-C is definitely unwanted, such
as when -fPIC is used on some platforms, so we do not want implicit -fvia-C
any more.
compiler/main/DynFlags.hs
docs/users_guide/phases.xml
docs/users_guide/sooner.xml
docs/users_guide/using.xml