Skip to content

Commit

Permalink
Merge pull request #2 from mkn/pr
Browse files Browse the repository at this point in the history
C
  • Loading branch information
PhilipDeegan authored Mar 9, 2024
2 parents f75229a + 64fdcc3 commit 8094612
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
run: |
curl -Lo mkn https://github.com/mkn/mkn/releases/download/latest/mkn_nix
chmod +x mkn
KLOG=3 ./mkn clean build test run -dtOa "-std=c++17 -fPIC"
KLOG=3 ./mkn clean build test run -dtOa "-fPIC"
2 changes: 1 addition & 1 deletion .github/workflows/build_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
run: |
curl -Lo mkn https://github.com/mkn/mkn/releases/download/latest/mkn_osx
chmod +x mkn
KLOG=3 ./mkn clean build test run -dtOa "-std=c++17 -fPIC"
KLOG=3 ./mkn clean build test run -dtOa "-fPIC"
2 changes: 1 addition & 1 deletion .github/workflows/build_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
run: | # /bin/link interferes with cl/link.exe
bash -c "rm /bin/link"
bash -c "curl -Lo mkn.exe https://github.com/mkn/mkn/releases/download/latest/mkn.exe"
bash -c 'KLOG=3 ./mkn clean build run -dtKOp test -a "-EHsc -std:c++17"'
bash -c 'KLOG=3 ./mkn clean build run -dtKOa "-EHsc"'

0 comments on commit 8094612

Please sign in to comment.