commit | f84b531a128280e01d6cc8d722faac8d7c81b600 | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Fri Oct 25 00:44:46 2013 -0700 |
committer | Ned Deily <nad@acm.org> | Fri Oct 25 00:44:46 2013 -0700 |
tree | 6e08f9de0b9fd82d8955c7c75de2f92eec78d794 | |
parent | 0203a80e1c126d53da6637996669c3b4bb6ea3d8 [diff] |
Issue #19019: Change the OS X installer build script to use CFLAGS instead of OPT for special build options. By setting OPT, some compiler-specific options like -fwrapv were overridden and thus not used, which could result in broken interpreters when building with clang.