From 5901e3e317571bce4a8772e2e994aaaadeae828e Mon Sep 17 00:00:00 2001 From: "H. Utku Maden" Date: Fri, 14 Jun 2024 22:11:22 +0300 Subject: [PATCH] Update build_native to honor build options. --- sh/build_native.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/sh/build_native.sh b/sh/build_native.sh index d4fb8a6..2484340 100755 --- a/sh/build_native.sh +++ b/sh/build_native.sh @@ -43,8 +43,6 @@ for ARCH in $ARCHS; do cmake -B $BUILD -S $SRC \ -G Ninja \ -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_C_FLAGS=-static-libgcc \ - -DCMAKE_CXX_FLAGS=-static-libgcc \ -DCMAKE_INSTALL_PREFIX=$PREFIX \ -DCMAKE_TOOLCHAIN_FILE=$TOOLCHAIN \ $QUIK_ADDITIONAL_CMAKE