This commit is contained in:
parent
cfec4d1059
commit
9fb010c39b
@ -113,8 +113,8 @@ export V8_FROM_SOURCE=1
|
|||||||
export CLANG_BASE_PATH=%{_prefix}
|
export CLANG_BASE_PATH=%{_prefix}
|
||||||
export CC=clang
|
export CC=clang
|
||||||
export CXX=clang++
|
export CXX=clang++
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags} -Wno-unknown-warning-option"
|
||||||
export CXXFLAGS="%{optflags}"
|
export CXXFLAGS="%{optflags} -Wno-unknown-warning-option"
|
||||||
# https://www.chromium.org/developers/gn-build-configuration
|
# https://www.chromium.org/developers/gn-build-configuration
|
||||||
export GN_ARGS="clang_version=${CLANG_VERSION} use_lld=true enable_nacl = false blink_symbol_level = 0 v8_symbol_level = 0"
|
export GN_ARGS="clang_version=${CLANG_VERSION} use_lld=true enable_nacl = false blink_symbol_level = 0 v8_symbol_level = 0"
|
||||||
%{cargo_build}
|
%{cargo_build}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user