Skip to content

Commit

Permalink
Fix env vars for Chromium build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykuzmin committed Oct 10, 2013
1 parent 71eb764 commit 3e5ab6b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .exports
Expand Up @@ -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

Expand Down

0 comments on commit 3e5ab6b

Please sign in to comment.