Browse Source
Update s3
optional compiling parameters
pull/50/head
Gorgone
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
s3
|
@ -112,6 +112,8 @@ s3cfg="$configdir/simplebuild.config" |
|
|
# Compiler settings |
|
|
# Compiler settings |
|
|
cc_warn="-W -Wall -Wshadow -Wredundant-decls -Wstrict-prototypes -Wold-style-definition" |
|
|
cc_warn="-W -Wall -Wshadow -Wredundant-decls -Wstrict-prototypes -Wold-style-definition" |
|
|
cc_opts="-ggdb -pipe -ffunction-sections -fdata-sections -o nodeadcode" |
|
|
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 |
|
|
#default url |
|
|
trunkurl="https://svn.streamboard.tv/oscam/trunk" |
|
|
trunkurl="https://svn.streamboard.tv/oscam/trunk" |
|
|