Skip to content
  • Ian Lynagh's avatar
    Don't put all of $CFLAGS into $SRC_CC_OPTS · 17c5559e
    Ian Lynagh authored
    Instead, we just put the flags we need in there (e.g. -m64 on OS X 64).
    This fixes a problem found by Simon M, where we were compiling
    everything with -g, leading to a bloated RTS.
    17c5559e