Skip to content

Put -c at the end of compiler arguments #25

Put -c at the end of compiler arguments

Put -c at the end of compiler arguments #25

Workflow file for this run

# Can be used locally with https://github.com/nektos/act
name: Out of tree build
on:
pull_request:
push:
branches:
- master
jobs:
outoftree:
runs-on: 'ubuntu-22.04'
steps:
- uses: actions/checkout@v3
- name: build
run: |
mkdir build
cd build
../configure --enable-fuzz --enable-bundled-libtom
make -d -j3
make -j3 fuzzstandalone