Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bbyalcinkaya authored Aug 10, 2023
1 parent 9b3af23 commit a647d1a
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 @@ -126,7 +126,7 @@ wasm-deps:
# -------------------

HOOK_NAMESPACES := KRYPTO
KOMPILE_OPTS := --hook-namespaces \"$(HOOK_NAMESPACES)\" -I $(CURDIR) -v
KOMPILE_OPTS := --hook-namespaces \"$(HOOK_NAMESPACES)\" -I $(CURDIR)

ifneq (,$(K_COVERAGE))
KOMPILE_OPTS += --coverage
Expand Down

0 comments on commit a647d1a

Please sign in to comment.