Skip to content

Commit 70aab06

Browse files
committed
removed unity build
1 parent fd0e684 commit 70aab06

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-cross-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
sudo apt-get install -y cmake
2929
3030
- name: Configure
31-
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_UNITY_BUILD=ON
31+
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
3232

3333
- name: Build
3434
run: cmake --build build --config Debug --parallel

llarm-asm/src/validation/string_arm.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#include "../id/shifter_id.hpp"
77
#include "../id/instruction_id.hpp"
88
#include "../encoding_utils.hpp"
9-
#include "src/interpreter/IR_struct.hpp"
109

1110
using namespace internal;
1211

0 commit comments

Comments
 (0)