Bug 1880814 - Logs for libvpx configuration on various platforms r=glandium
This patch generates log files during the configuration of libvpx on variouse platforms. These logs can be used for manual verification of the correctness of settings. In this particular case, the log file for win/aarch64 reveals the sve feature is disabled on win/aarch64. The logs will be excluded to the repo, by .gitignore and .hgignore settings. Differential Revision: https://phabricator.services.mozilla.com/D204799
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -360,3 +360,6 @@ docs/mots/index.rst
|
||||
|
||||
# Ignore generated directory with .class files for GeckoView annotation processor
|
||||
mobile/android/annotations/bin/
|
||||
|
||||
# Ignore generated log files under media/libvpx
|
||||
media/libvpx/config/**/config.log
|
||||
|
||||
Reference in New Issue
Block a user