File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -179,8 +179,12 @@ make -C depends --jobs="$JOBS" HOST="$HOST" \
179
179
x86_64_linux_RANLIB=x86_64-linux-gnu-gcc-ranlib \
180
180
x86_64_linux_NM=x86_64-linux-gnu-gcc-nm \
181
181
x86_64_linux_STRIP=x86_64-linux-gnu-strip \
182
- MULTIPROCESS=1
183
-
182
+ MULTIPROCESS=1 \
183
+ NO_QT=1 \
184
+ NO_WALLET=1 \
185
+ NO_UPNP=1 \
186
+ NO_NATPMP=1 \
187
+ NO_ZMQ=1
184
188
185
189
# ##########################
186
190
# Source Tarball Building #
@@ -201,7 +205,7 @@ mkdir -p "$OUTDIR"
201
205
# ##########################
202
206
203
207
# CONFIGFLAGS
204
- CONFIGFLAGS=" --enable-reduce-exports --disable-bench --disable-gui-tests --disable-fuzz-binary"
208
+ CONFIGFLAGS=" --enable-multiprocess --without-natpmp --without-upnp --disable-wallet --without-daemon --without-utils --without-gui --disable-zmq --disable-external-signer --disable-tests --enable- reduce-exports --disable-bench --disable-gui-tests --disable-fuzz-binary"
205
209
206
210
# CFLAGS
207
211
HOST_CFLAGS=" -O2 -g"
You can’t perform that action at this time.
0 commit comments