Skip to content

Commit

Permalink
Removed unused flag
Browse files Browse the repository at this point in the history
  • Loading branch information
doumdi committed Jan 9, 2024
1 parent c2febc3 commit ade78d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdParty/webrtc_native/generate_ninja_files.bash
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ case "$architecture" in
esac


common_flags="rtc_include_builtin_video_codecs=true is_component_build=false treat_warnings_as_errors=false fatal_linker_warnings=false use_gio=false use_rtti=true use_custom_libcxx=false use_custom_libcxx_for_host=false rtc_enable_protobuf=false rtc_include_tests=false rtc_use_h264=true proprietary_codecs=true ffmpeg_branding=\"Chrome\" target_cpu=\"$a\" $extras enable_iterator_debugging=false rtc_build_examples=false rtc_use_pipewire=false"
common_flags="is_component_build=false treat_warnings_as_errors=false fatal_linker_warnings=false use_gio=false use_rtti=true use_custom_libcxx=false use_custom_libcxx_for_host=false rtc_enable_protobuf=false rtc_include_tests=false rtc_use_h264=true proprietary_codecs=true ffmpeg_branding=\"Chrome\" target_cpu=\"$a\" $extras enable_iterator_debugging=false rtc_build_examples=false rtc_use_pipewire=false"


gn gen out/Debug --args="is_debug=true $common_flags $extra_flags"
Expand Down

0 comments on commit ade78d9

Please sign in to comment.