Browse Source

Update s3

optimize compiling parameters to remove dead code
pull/50/head
Gorgone 4 years ago
committed by GitHub
parent
commit
66d74c101c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      s3

4
s3

@ -110,8 +110,8 @@ loadprofile="no"
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"
cc_warn="-W -Wall -Wshadow -Wredundant-decls -Wstrict-prototypes -Wold-style-definition -Wl,dead_strip"
cc_opts="-ggdb -pipe -ffunction-sections -fdata-sections -o nodeadcode"
#default url
trunkurl="https://svn.streamboard.tv/oscam/trunk"

Loading…
Cancel
Save