Don't put all of $CFLAGS into $SRC_CC_OPTS
authorIan Lynagh <igloo@earth.li>
Thu, 16 Jul 2009 13:13:09 +0000 (13:13 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 16 Jul 2009 13:13:09 +0000 (13:13 +0000)
commit17c5559e4b3f96ff2461e5fae0ac4d2f1e11bc15
tree18bb2733af24d8212db787d55fdd6dc353aa3901
parentcaf2112355b82016e3644a31b52249129b48a3ab
Don't put all of $CFLAGS into $SRC_CC_OPTS
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.
configure.ac