From 9ba7aa2f8953f253f3920ab2f942945491257cd0 Mon Sep 17 00:00:00 2001 From: Bouncner Date: Sun, 16 Jun 2024 23:41:18 +0200 Subject: [PATCH] Update haupt.yml --- .github/workflows/haupt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haupt.yml b/.github/workflows/haupt.yml index 6453fa4..d5a137b 100644 --- a/.github/workflows/haupt.yml +++ b/.github/workflows/haupt.yml @@ -289,7 +289,7 @@ jobs: run: | mkdir -p hyrise_master/rel pushd hyrise_master/rel > /dev/null - cmake -DCMAKE_C_COMPILER=clang-17 -DCMAKE_CXX_COMPILER=clang++-17 -DCMAKE_BUILD_TYPE=Release -DCMAKE_UNITY_BUILD=ON -DHYRISE_RELAXED_BUILD=ON -DENABLE_LTO=TRUE .. + cmake -DCMAKE_C_COMPILER=clang-17 -DCMAKE_CXX_COMPILER=clang++-17 -DCMAKE_BUILD_TYPE=Release -DCMAKE_UNITY_BUILD=ON -DHYRISE_RELAXED_BUILD=ON .. cmake --build . --target hyriseServer popd > /dev/null