From 3e5ab6b0ef822364c8d2ebf83c172922725702de Mon Sep 17 00:00:00 2001 From: Alexey Kuzmin Date: Thu, 10 Oct 2013 15:20:45 +0400 Subject: [PATCH] Fix env vars for Chromium build --- .exports | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.exports b/.exports index aca65e6..20bbcbc 100644 --- a/.exports +++ b/.exports @@ -25,11 +25,7 @@ PATH="$PATH:/usr/local/smlnj-110.75/bin" PATH=~/bin:$PATH # Chromium dev -export CCACHE_CPP2=yes -export CCACHE_SLOPPINESS=time_macros -export CC="ccache clang -Qunused-arguments" -export CXX="ccache clang++ -Qunused-arguments" -export GYP_DEFINES="clang=1 fastbuild=1" +export GYP_DEFINES="clang=1 fastbuild=1 disable_nacl=1" export GYP_GENERATORS=ninja PATH=~/bin/depot_tools:$PATH