From 7a37ae14ab5ed3d0e88118b0119628a6fd406c71 Mon Sep 17 00:00:00 2001 From: Gray Mackall <34871572+gmackall@users.noreply.github.com> Date: Wed, 7 Feb 2024 10:53:57 -0800 Subject: [PATCH] Update gn --- tools/gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gn b/tools/gn index 484bfa002afa8..5bc6c26439977 100755 --- a/tools/gn +++ b/tools/gn @@ -1180,7 +1180,7 @@ def parse_args(args): parser.add_argument( '--stripped', - default=True, + default=False, action='store_true', help='Strip debug symbols from the output. This defaults to true and has no effect on iOS.' )