added -O2 to make erlang happy

This commit is contained in:
2024-02-27 22:34:20 -05:00
parent ad4634cb01
commit a6e02a13a2

View File

@@ -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