diff options
Diffstat (limited to 'third_party/libwebrtc/build/sample_arg_file.gn')
-rw-r--r-- | third_party/libwebrtc/build/sample_arg_file.gn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/libwebrtc/build/sample_arg_file.gn b/third_party/libwebrtc/build/sample_arg_file.gn new file mode 100644 index 0000000000..91e90456e8 --- /dev/null +++ b/third_party/libwebrtc/build/sample_arg_file.gn @@ -0,0 +1,6 @@ +# Build arguments go here. Here are some of the most commonly set ones. +# Run `gn args <out_dir> --list` for the full list. +# is_component_build = true +# is_debug = true +# symbol_level = 2 +# use_goma = false |