Skip to content

more options

more options #8

Workflow file for this run

name: ubuntu-latest
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: uname -a
- env:
MKN_LIB_LINK_LIB: 1
KUL_GIT_CO: --depth 1
run: |
sudo apt update && sudo apt install -y llvm
curl -Lo mkn https://github.com/mkn/mkn/releases/download/latest/mkn_nix
chmod +x mkn
KLOG=2 ./mkn clean build run -dtOa "-std=c++17 -fPIC"
KLOG=2 ./mkn build -d + -tOa "-fPIC -std=c++17" -p test -g 0
CXX=clang++ KLOG=2 ./mkn build -a "-fPIC -std=c++17" -p test run -Og 0