mirror of
https://github.com/tedkulp/dotfiles
synced 2026-03-05 13:40:18 -05:00
added -O2 to make erlang happy
This commit is contained in:
@@ -18,7 +18,7 @@ export KERL_CONFIGURE_OPTIONS="$KERL_CONFIGURE_OPTIONS --enable-darwin-64bit"
|
||||
{% endif -%}
|
||||
|
||||
# export CXXFLAGS="-ffat-lto-objects"
|
||||
export CFLAGS="-ffat-lto-objects"
|
||||
export CFLAGS="-O2 -ffat-lto-objects"
|
||||
export LDFLAGS=""
|
||||
|
||||
if which brew > /dev/null; then
|
||||
|
||||
Reference in New Issue
Block a user