We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be7a67 commit dc55c9cCopy full SHA for dc55c9c
Dockerfile
@@ -40,9 +40,9 @@ WORKDIR /root
40
# Clone and build the project
41
RUN git clone --branch v0.8.7 https://github.com/metacall/core \
42
&& mkdir core/build && cd core/build \
43
- && ../tools/metacall-environment.sh release base nodejs c backtrace \
44
- && ../tools/metacall-configure.sh release nodejs c ports install \
45
- && ../tools/metacall-build.sh release nodejs c ports install \
+ && ../tools/metacall-environment.sh debug base nodejs c backtrace \
+ && ../tools/metacall-configure.sh debug nodejs c ports install \
+ && ../tools/metacall-build.sh debug nodejs c ports install \
46
&& cd ../.. \
47
&& rm -rf core
48
0 commit comments