Skip to content

Commit

Permalink
linux: don't treat warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
z-dule committed Feb 7, 2023
1 parent e67292c commit 160322e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ done

. build/android/envsetup.sh

export ARGS="is_debug=false rtc_include_tests=false rtc_build_examples=false rtc_build_tools=false use_custom_libcxx=false"
export ARGS="is_debug=false rtc_include_tests=false rtc_build_examples=false rtc_build_tools=false use_custom_libcxx=false treat_warnings_as_errors=false"
gn gen out/linux-x86_64 -args="target_os=\"linux\" target_cpu=\"x64\" $ARGS"
ninja -C out/linux-x86_64

Expand Down

0 comments on commit 160322e

Please sign in to comment.