• Thomas Arnhold's avatar
    update_pch: add svl · 525f7b28
    Thomas Arnhold yazdı
    55s -> 28s
    
    How to find possible pch candidates:
    
    for i in `git grep -l 'gb_Library_set' -- '*.mk' | sort -u`; do
       if [ $(git grep 'precompiled_' $i | wc -l) == 0 ]; then
          echo missing: $(sed -n -e '/gb_Library_add_exception_objects/,/))/ p' $i | wc -l) files in $i
       else
          echo ok: $i
       fi
    done | sort -h -t' ' -k2
    
    Change-Id: Ib9fe16c0afb6e6687881c987c3af7bf59b929fd4
    525f7b28
Library_svl.mk 4.57 KB