Verified Commit eb2cd0bc authored by Tommaso Tocci's avatar Tommaso Tocci
Browse files

Compile deps script: suppress BMI compilation warnings

parent 15ca10ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -218,7 +218,7 @@ if [ "$NA_LAYER" == "bmi" ] || [ "$NA_LAYER" == "all" ]; then
    cd ${CURR}
    ./prepare
    cd ${CURR}/build
    ../configure --prefix=${INSTALL} --enable-shared --disable-static --disable-karma --enable-bmi-only --enable-fast --disable-strict
    CFLAGS=-w ../configure --prefix=${INSTALL} --enable-shared --disable-static --disable-karma --enable-bmi-only --enable-fast --disable-strict
    make -j${CORES}
    make install
fi