We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cfdaaf commit da65769Copy full SHA for da65769
.github/workflows/cmake-linux-x86.yml
@@ -45,7 +45,9 @@ jobs:
45
run: |
46
git clone --depth 1 https://github.com/sam-astro/Asa-LLVM-Compiled
47
cd Asa-LLVM-Compiled
48
- cmake --build build
+ sudo rm -r build
49
+ mkdir build
50
+ cmake -S llvm --build build -G Ninja -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE=MinSizeRel
51
sudo cmake --install build
52
cd ../
53
# git config --add remote.origin.fetch '^refs/heads/users/*'
0 commit comments