X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=09c8621df7ee6bd9de5f7e88d9072b13cd59a8dd;hb=da6b7fce09f98a0fbe66b6d218e6473c1845e354;hp=83a3aa8467a8c46fc84c7406ac3193f71f4b2adc;hpb=ff1b272a824d1189476daf7fe028496a4138f65d;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index 83a3aa8..09c8621 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -272,9 +272,6 @@ GhcThreaded = $(if $(findstring thr,$(GhcRTSWays)),YES,NO) GhcLibHcOpts=-O2 -XGenerics -# Win32 only: Enable the RTS and libraries to be built as DLLs -DLLized=@EnableWin32DLLs@ - # Strip local symbols from libraries? This can make the libraries smaller, # but makes debugging somewhat more difficult. Doesn't work with all ld's. #