Skip to content

Commit efbf4fc

Browse files
committed
Generate verbose makefile.
1 parent 6188ba2 commit efbf4fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appimage/appimage-arm64v8-openscad/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ RUN \
3232
mkdir build && \
3333
cd build && \
3434
CC=clang-12 CXX=clang++-12 cmake .. \
35-
-GNinja \
35+
-G'Unix Makefiles' \
36+
-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
3637
-DENABLE_TESTS=OFF \
3738
-DCMAKE_INSTALL_PREFIX=/usr \
3839
-DCMAKE_BUILD_TYPE=${BUILD_TYPE} \

0 commit comments

Comments
 (0)