X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=afd294103e9e51d48321c6b4d95fe164115dfa25;hb=5cb4bb13a817c44cdc4369c7f82949d9490d69a0;hp=daf0b4df4b14c74afb20a5d5f697d2313e0d877a;hpb=e3dc3922399305df9c8320586c9add3b33f846d8;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index daf0b4d..afd2941 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -394,8 +394,8 @@ GhcLibsWithObjectIO=@GhcLibsWithObjectIO@ # Build the Haskell OpenGL binding? # GhcLibsWithOpenGL=@GhcLibsWithOpenGL@ -GL_CFLAGS=@GL_CFLAGS@ -GL_LIBS=@GL_LIBS@ +GLU_CFLAGS=@GLU_CFLAGS@ +GLU_LIBS=@GLU_LIBS@ # Build the Haskell OpenAL binding? # @@ -926,6 +926,10 @@ HAPPY_VERSION = @HappyVersion@ # GHC_HAPPY_OPTS = -agc +# Temp. to work around performance problems in the HEAD around 8/12/2003, +# A Happy compiled with this compiler needs more stack. +SRC_HAPPY_OPTS = +RTS -K2m -RTS + # # Alex #