Skip to content

Commit

Permalink
Merge pull request #225 from Gottox/improve/mkinfo
Browse files Browse the repository at this point in the history
chores: replace Makefile by .Mk.yaml
  • Loading branch information
Gottox authored May 14, 2024
2 parents 11a8378 + 290cdfb commit dd0d521
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 80 deletions.
20 changes: 20 additions & 0 deletions .Mk.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
configure:
- -Ddefault_library=static
- -Dexamples=true
- -Db_lundef=false
- -Dtest=true
- -Ddoc=internal
- -Dcurl=enabled
- -Dzlib=enabled
- -Dlz4=enabled
- -Dlzma=enabled
- -Dzstd=enabled
- -Dfuse=enabled
- -Dfuse-old=enabled
- -Db_coverage=true
- -Db_sanitize=address,undefined
#- -Dtest=extended
#- -Dfuzzer=true
#- -Dfuzzer_timeout=10
default:
- test
80 changes: 0 additions & 80 deletions Makefile

This file was deleted.

0 comments on commit dd0d521

Please sign in to comment.