[project @ 2000-03-28 11:09:31 by rrt]
[ghc-hetmet.git] / mk / config.mk.in
index cb57b0b..75a4510 100644 (file)
@@ -215,11 +215,8 @@ endif
 #      -O is pretty desirable, otherwise no inlining of prelude
 #              things (incl "+") happens when compiling with this compiler
 
-ifeq "$(GhcWithHscBuiltViaC)" "YES"
 GhcLibHcOpts=-O
-else
-GhcLibHcOpts=-O -split-objs -odir $*
-endif
+SplitObjs = YES
 
 # Win32 only: Enable the RTS and libraries to be built as DLLs
 #