Skip to content

Commit a285e43

Browse files
committed
Enable verbose output for the external project configuration in Meson build
1 parent 2ff3cd5 commit a285e43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subprojects/packagefiles/ppl-1.2/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ p = mod.add_project(
1818
'--enable-static',
1919
'--disable-documentation',
2020
],
21+
verbose: true,
2122
env: ['CXXFLAGS=-DNDEBUG -O2 -fPIC'],
2223
)
2324

0 commit comments

Comments
 (0)