Browse Source
Update s3
fix emu complaints for inline code in gcc9+
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
2 deletions
-
s3
|
|
@ -111,9 +111,9 @@ 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" |
|
|
|
cc_opts="-ggdb -pipe -ffunction-sections -fdata-sections -o nodeadcode --no-inline" |
|
|
|
#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" |
|
|
|
#cc_opts="-ggdb -pipe -ffunction-sections -fdata-sections -o nodeadcode -ffast-math -fomit-frame-pointer -fthread-jumps -foptimize-strlen --no-inline" |
|
|
|
|
|
|
|
#default url |
|
|
|
trunkurl="https://svn.streamboard.tv/oscam/trunk" |
|
|
|