haskell-opengl / OpenGLRaw

Haskell bindings to OpenGL (direct C bindings)
http://www.haskell.org/haskellwiki/OpenGL
BSD 3-Clause "New" or "Revised" License
47 stars 19 forks source link

Uses too much memory to compile under GHC 7.10.1 #28

Closed bananagram closed 9 years ago

bananagram commented 9 years ago

When compiling OpenGLRaw, GHC 7.10 will bloat when it reaches [199 of 520] Graphics.Rendering.OpenGL.Raw.Functions, running out of memory on my 4GB system. Before 199 it uses a small amount of memory. I've tried it with -O0 and it compiles, though, only growing to 600M.

serprex commented 9 years ago

26

svenpanne commented 9 years ago

Closing as a duplicate of #26.

(Is there still no real way to do this on GitHub?)

hadronized commented 9 years ago

@svenpanne Attach a duplicate label :)