From 1444dc91df102c7f3e6f2b3b62306eb6941a4bad Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Sat, 8 May 2021 21:10:04 +0100 Subject: [PATCH] allow external variables to influence build --- build-devkit.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build-devkit.sh b/build-devkit.sh index a70fd65..6765c67 100755 --- a/build-devkit.sh +++ b/build-devkit.sh @@ -59,13 +59,6 @@ if [ ! -z "$CROSSBUILD" ] ; then fi fi -#--------------------------------------------------------------------------------- -# Sane defaults for building toolchain -#--------------------------------------------------------------------------------- -export CFLAGS="-O2 -pipe" -export CXXFLAGS="$CFLAGS" -unset LDFLAGS - #--------------------------------------------------------------------------------- # Look for automated configuration file to bypass prompts #---------------------------------------------------------------------------------