Browse Source

Update s3

optional compiling parameters
pull/50/head
Gorgone 4 years ago
committed by GitHub
parent
commit
4e8c98b647
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      s3

2
s3

@ -112,6 +112,8 @@ 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"
#optimized compiling options
#cc_opts="-ggdb -pipe -ffunction-sections -fdata-sections -o nodeadcode -ffast-math -fomit-frame-pointer -finline-small-functions -fthread-jumps -foptimize-strlen -finline-functions"
#default url
trunkurl="https://svn.streamboard.tv/oscam/trunk"

Loading…
Cancel
Save