Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bbyalcinkaya committed Aug 10, 2023
1 parent ec98a95 commit 7e25eca
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 @@ -127,7 +127,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 7e25eca

Please sign in to comment.