Skip to content

Commit

Permalink
Fixes to build on GCC, a lot of rework to widen mul, speed improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Apr 11, 2024
1 parent dc465ed commit a0fe8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
cmake \
ninja-build \
;
bash deps.sh
run: |
bash deps.sh
export CMAKE_BUILD_PARALLEL_LEVEL=2
export CTEST_PARALLEL_LEVEL=2
CXXFLAGS=${{ matrix.cxx_flags }} cmake -GNinja ${{ matrix.cmake_flags }} -B out .
Expand Down

0 comments on commit a0fe8ac

Please sign in to comment.