diff options
author | Randy Secrist <[email protected]> | 2011-10-16 21:58:36 -0600 |
---|---|---|
committer | Randy Secrist <[email protected]> | 2011-10-16 21:58:36 -0600 |
commit | 963a0c5a8d92b8fb0a9b3a38766a280b52445285 (patch) | |
tree | 7471dd8d1cfb54006f837d3bfbf9ce2a72dee0a1 | |
parent | 9b0152a3ffd007003d9bd3144efbdf53b1d2b51f (diff) | |
download | kerl-963a0c5a8d92b8fb0a9b3a38766a280b52445285.tar.gz kerl-963a0c5a8d92b8fb0a9b3a38766a280b52445285.tar.bz2 kerl-963a0c5a8d92b8fb0a9b3a38766a280b52445285.zip |
Set the -O0 option for using llvm under lion_support.
-rwxr-xr-x | kerl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -292,7 +292,7 @@ do_build() Darwin) if [ `gcc --version | grep llvm | wc -l` = "1" ]; then if lion_support $1; then - true + KERL_CONFIGURE_OPTIONS="CFLAGS=-O0 $KERL_CONFIGURE_OPTIONS" else if [ -x "`which gcc-4.2`" ]; then KERL_CONFIGURE_OPTIONS="CC=gcc-4.2 $KERL_CONFIGURE_OPTIONS" |