Skip to content

Commit 9fcf8b6

Browse files
committed
gn args --list
1 parent e391f8f commit 9fcf8b6

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

steps/05-configure.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,12 @@ mkdir -p "$BUILD"
8181

8282
) | sort > "$BUILD/args.gn"
8383

84-
# Generate Ninja files
8584
pushd "$SOURCE"
85+
86+
# Generate Ninja files
8687
gn gen "$BUILD"
88+
89+
# Print all the arguments used for the build
90+
gn args --list "$BUILD"
91+
8792
popd

0 commit comments

Comments
 (0)