Browse Source

Update s3

clang hates --no-inline
pull/50/head
Gorgone 4 years ago
committed by GitHub
parent
commit
5bc070fe31
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      s3

2
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"

Loading…
Cancel
Save