Re: moz.build processing time

2016-11-18 Thread Gregory Szorc
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

moz.build processing time

2016-11-18 Thread Ehsan Akhgari
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

Adding CLang dynamic library while building Firefox

2016-11-18 Thread Petr Vytovtov
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