On Fri, Nov 18, 2016 at 3:50 PM, Ehsan Akhgari
wrote:
> Here are the moz.build processing times on my machine when I add one
> line to a LOCAL_INCLUDES in one moz.build file:
>
> 0:02.97 Reticulating splines...
> 0:37.16 Finished reading 3131 moz.build files in 23.09s
> 0:37.16 Processed into
Here are the moz.build processing times on my machine when I add one
line to a LOCAL_INCLUDES in one moz.build file:
0:02.97 Reticulating splines...
0:37.16 Finished reading 3131 moz.build files in 23.09s
0:37.16 Processed into 9325 build config descriptors in 3.62s
0:37.16 RecursiveMake backe
Hello!
I wrote the following mozconfig file:
```
export CC=clang
export CXX=clang++
export CFLAGS="-Xclang -load -Xclang /home/osanwe/Documents/libCQCPass.*"
export CXXFLAGS="-Xclang -load -Xclang /home/osanwe/Documents/libCQCPass.*"
mk_add_options PYTHON=/usr/bin/python2
ac_add_options --disa
3 matches
Mail list logo