Skip to content

Commit 894a948

Browse files
committed
xtensa-build-zephyr.py: change help for -d, just say it like it is
Make sure users do not misinterpret our single `debug_overlay.conf` file as some kind of complex and elaborate "debug build" concept. Also save users who want to see the file a lot of time by naming it directly in the --help. Empty layers of indirection are just spurious obfuscation. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent 36bdf24 commit 894a948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/xtensa-build-zephyr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def parse_args():
161161
parser.add_argument("platforms", nargs="*", action=validate_platforms_arguments,
162162
help="List of platforms to build")
163163
parser.add_argument("-d", "--debug", required=False, action="store_true",
164-
help="Enable debug build")
164+
help="Shortcut for: -o sof/app/debug_overlay.conf")
165165
parser.add_argument("-i", "--ipc", required=False, choices=["IPC4"],
166166
help="""Applies --overlay <platform>/ipc4_overlay.conf
167167
and a different rimage config. Valid only for IPC3 platforms supporting IPC4 too.""")

0 commit comments

Comments
 (0)