From 5bc070fe313c006020b00da7058093ef9a47f5d1 Mon Sep 17 00:00:00 2001 From: Gorgone Date: Thu, 1 Oct 2020 20:28:01 +0200 Subject: [PATCH] Update s3 clang hates --no-inline --- s3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s3 b/s3 index 035a721..bdb426a 100755 --- a/s3 +++ b/s3 @@ -111,7 +111,7 @@ s3cfg="$configdir/simplebuild.config" # Compiler settings cc_warn="-W -Wall -Wshadow -Wredundant-decls -Wstrict-prototypes -Wold-style-definition" -cc_opts="-ggdb -pipe -ffunction-sections -fdata-sections -o nodeadcode --no-inline" +cc_opts="-ggdb -pipe -ffunction-sections -fdata-sections -o nodeadcode" #optimized compiling options #cc_opts="-ggdb -pipe -ffunction-sections -fdata-sections -o nodeadcode -ffast-math -fomit-frame-pointer -fthread-jumps -foptimize-strlen --no-inline"