Lines Matching +full:- +full:- +full:enable +full:- +full:shared
1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
22 tar -xvf ../gmp-6.1.2.tar.bz2
23 cd gmp-6.1.2
25 #we could do instead --enable-fat
26 ./configure --disable-shared --disable-assembly
27 make -j$(nproc)
31 ./configure --disable-shared --disable-openssl
32 make -j$(nproc)
39 make -j$(nproc)
45 cd libgpg-error
48 ./configure -host=i386 --disable-doc --enable-static --disable-shared
50 ./configure --disable-doc --enable-static --disable-shared
52 make -j$(nproc)
57 ./configure -host=i386 --enable-static --disable-shared --disable-doc --enable-maintainer-mode
59 ./configure --enable-static --disable-shared --disable-doc --enable-maintainer-mode
61 make -j$(nproc)
68 cmake . -DENABLE_PROGRAMS=0 -DENABLE_TESTING=0
69 make -j$(nproc) all
78 setarch i386 ./config no-poly1305 no-shared no-threads -m32
80 ./config no-poly1305 no-shared no-threads
90 (export CFLAGS="$CFLAGS -fPIC"; make; cp build/*.a /usr/local/lib; cp -r src/* /usr/local/include/)
97 ./configure.py --cc-bin=$CXX --cc-abi-flags="$CXXFLAGS" \
98 --disable-shared --disable-modules=locking_allocator --disable-shared-library \
99 --without-os-features=getrandom,getentropy --cpu x86_32
101 ./configure.py --cc-bin=$CXX --cc-abi-flags="$CXXFLAGS" \
102 --disable-shared --disable-modules=locking_allocator --disable-shared-library \
103 --without-os-features=getrandom,getentropy
105 make -j$(nproc)
117 sed -i -e 's/CFLAGS=/CFLAGS+=/' Makefile
118 CFLAGS="-m32" make libquickjs.a
126 export CARGO_BUILD_TARGET="x86_64-unknown-linux-gnu"
133 export CARGO_BUILD_TARGET=i686-unknown-linux-gnu
135 zip -r fuzz_ec_seed_corpus.zip corpus/
145 make -j$(nproc)
147 rm -Rf *
151 cmake -DDISABLE_JS=ON ..
152 make -j$(nproc)