This commit is contained in:
2024-05-16 20:33:42 -05:00
parent 09a97d2d80
commit 8bfbe56cef

View File

@@ -90,7 +90,7 @@ fi
echo "COMP_FLAGS: $COMP_FLAGS" echo "COMP_FLAGS: $COMP_FLAGS"
# set optimization level # set optimization level
OPT_LVL="1" OPT_LVL="3"
# for ccache # for ccache
export PATH="/usr/lib/ccache/:$PATH" export PATH="/usr/lib/ccache/:$PATH"