From a6e02a13a29c887607aaebb3472d51e6f3507d90 Mon Sep 17 00:00:00 2001 From: Ted Kulp Date: Tue, 27 Feb 2024 22:34:20 -0500 Subject: [PATCH] added -O2 to make erlang happy --- .config/zsh/asdf.zsh##template.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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