Do not link ghc stage1 using -threaded, only for stage2 or 3
[ghc-hetmet.git] / rts / Inlines.c
1 // all functions declared with EXTERN_INLINE in the header files get
2 // compiled for real here, just in case the definition was not inlined
3 // at some call site:
4 #define KEEP_INLINES
5 #include "Rts.h"