I can now set the configuration with "gn args out/Release" but I get this errors:
"""
Waiting for editor on "/source/angle/out/Release/
args.gn"...
Generating files...
ERROR at //build/config/compiler/pgo/BUILD.gn:104:23: Script returned non-zero exit code.
pgo_data_path = exec_script("//tools/update_pgo_profiles.py",
^----------
Current dir: /source/angle/out/Release/
Command: python3 /source/angle/tools/update_pgo_profiles.py --target linux get_profile_path
Returned 2.
stderr:
python3: can't open file '/source/angle/tools/update_pgo_profiles.py': [Errno 2] No such file or directory
See //build/config/BUILDCONFIG.gn:365:3: which caused the file to be included.
"//build/config/compiler/pgo:default_pgo_flags",
^----------------------------------------------
"""
Calling "gn args..." again shows the configuration written so I'm not sure if this is an important error or not.