Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
aa7bb678
Commit
aa7bb678
authored
May 16, 2017
by
Sebastien Alaiwan
Browse files
Speedup JS inspector build
Change-Id: I469799ca8ef12288be23143f3ba58ec5bf5edc34
parent
52b14161
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/build_inspector.sh
View file @
aa7bb678
...
...
@@ -6,7 +6,7 @@ fi
echo
'Building JS Inspector'
if
[
!
-d
".inspect"
]
;
then
mkdir
.inspect
cd
.inspect
&&
emconfigure ../../configure
--disable-multithread
--disable-runtime-cpu-detect
--target
=
generic-gnu
--enable-accounting
--enable-inspection
--enable-
aom_
highbitdepth
--extra-cflags
=
"-D_POSIX_SOURCE"
cd
.inspect
&&
emconfigure ../../configure
--disable-multithread
--disable-runtime-cpu-detect
--target
=
generic-gnu
--enable-accounting
--disable-docs
--disable-unit-tests
--enable-inspection
--enable-highbitdepth
--extra-cflags
=
"-D_POSIX_SOURCE"
fi
cd
.inspect
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment