Commit 1f627838 authored by Jerome Wu's avatar Jerome Wu

Disable doc build

parent 3fa2cafd
...@@ -7,6 +7,7 @@ emcc -v ...@@ -7,6 +7,7 @@ emcc -v
emconfigure ./configure \ emconfigure ./configure \
--disable-x86asm \ --disable-x86asm \
--disable-inline-asm \ # Disable inline asm --disable-inline-asm \ # Disable inline asm
--disable-doc \ # Disable document generation
--nm="llvm-nm -g" \ --nm="llvm-nm -g" \
--ar=emar \ --ar=emar \
--as=llvm-as \ --as=llvm-as \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment