Skip to content

Commit

Permalink
Add debug flag because it's the only way (likely) to prevent false po…
Browse files Browse the repository at this point in the history
…sitive in environments
  • Loading branch information
dmknght committed Oct 27, 2024
1 parent 836376d commit 913a138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ signatures: mktmp

build: signatures
# Compile main file
$(NIM_CC) $(CLAM_DEPS) $(YR_DEPS) --out:build/release/rkscanmal src/rkscanmal.nim
$(NIM_CC) $(DEBUG_FLAGS) $(CLAM_DEPS) $(YR_DEPS) --out:build/release/rkscanmal src/rkscanmal.nim

install:
mkdir -p /usr/share/rkcheck/
Expand Down

0 comments on commit 913a138

Please sign in to comment.