diff --git a/.config/zsh/asdf.zsh##template.j2 b/.config/zsh/asdf.zsh##template.j2 index bc84d5c..10f2ad7 100644 --- a/.config/zsh/asdf.zsh##template.j2 +++ b/.config/zsh/asdf.zsh##template.j2 @@ -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