Skip to content

Commit 50fd47b

Browse files
Add NODEJS_FLAGS to perform profiling by passing --prof
1 parent 7f6e3d8 commit 50fd47b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

IntegrationTests/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
CONFIGURATION ?= debug
22
SWIFT_BUILD_FLAGS ?=
3+
NODEJS_FLAGS ?=
34

4-
NODEJS = node --experimental-wasi-unstable-preview1
5+
NODEJS = node --experimental-wasi-unstable-preview1 $(NODEJS_FLAGS)
56

67
FORCE:
78
TestSuites/.build/$(CONFIGURATION)/%.wasm: FORCE

0 commit comments

Comments
 (0)