summarylogtreecommitdiffstats
path: root/compile.bash
diff options
context:
space:
mode:
Diffstat (limited to 'compile.bash')
-rwxr-xr-xcompile.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/compile.bash b/compile.bash
index c386171b33b9..59f2cbceadff 100755
--- a/compile.bash
+++ b/compile.bash
@@ -60,8 +60,8 @@ build() {
-DCMAKE_CXX_FLAGS="$AL_ARCH_FLAGS"
)
# I could not find the documentation on how to handle BUILDENV/OPTION in
- # makepkg.conf. If you are reading this and know where it is,
- # please send it my way.
+ # makepkg.conf. If you are reading this and know where it is,
+ # please send it my way.
if [[ -n "$AL_NO_CCACHE" ]] || ! command -v ccache 2 > /dev/null 2>&1; then
echo "ccache disabled"
AL_CMAKE_CONFIG+=(-UCMAKE_CXX_COMPILER_LAUNCHER)