Skip to content

Commit

Permalink
Merge pull request #239 from Gottox/chores/mk-abi-dumper
Browse files Browse the repository at this point in the history
.Mk.yaml: configure to be compatible with abi-dumper
  • Loading branch information
Gottox committed May 28, 2024
2 parents 2b3ca56 + c98d03d commit 6985e1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .Mk.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# https://github.com/Gottox/mk
configure:
- -Dwerror=true
- -Ddefault_library=static
Expand All @@ -19,3 +20,6 @@ configure:
#- -Dfuzzer_timeout=10
default:
- test
env:
# gdwarf-4 is required to make abi-dumper work
CFLAGS: -gdwarf-4 -O0 -Og

0 comments on commit 6985e1f

Please sign in to comment.