diff options
author | Nathan Pratta Teodosio <nathan.teodosio@canonical.com> | 2023-12-04 10:08:49 +0100 |
---|---|---|
committer | Nathan Pratta Teodosio <nathan.teodosio@canonical.com> | 2023-12-04 10:08:49 +0100 |
commit | f22656ca8621f8d731e5ad3638d5587c25f17d6f (patch) | |
tree | 6d0379fa6ad4a4a18790c6eb1dd14ba769906388 | |
parent | aad32c8982065bbd857903b4e0e3b5f9e2a564ef (diff) |
Add comment reminder for verbose builds.
-rw-r--r-- | snapcraft.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml index db400b1..6f47255 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -234,6 +234,7 @@ parts: fi >> $OUT/args.gn $OUT/gn gen $OUT + # Add -v to see the exact command used for each build step. ninja -C $OUT chrome chrome_sandbox chromedriver # Strip debug symbols off the chrome binary |