Skip to content

Commit

Permalink
.Mk.yaml: configure to be compatible with abi-dumper
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Gottox committed May 28, 2024
1 parent 2b3ca56 commit c98d03d
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 c98d03d

Please sign in to comment.