Skip to content

Commit

Permalink
feat: add rules-profiling feature to yara-x-capi crate.
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Oct 18, 2024
1 parent 49614d4 commit 89d6013
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions capi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ capi = []
# This feature is disabled by default.
native-code-serialization = ["yara-x/native-code-serialization"]

# Enables rules profiling.
#
# This feature is diabled by default.
rules-profiling = ["yara-x/rules-profiling"]


magic-module = ["yara-x/magic-module"]


Expand Down

0 comments on commit 89d6013

Please sign in to comment.