Gorgone
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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" |
|
|
|
|
|
|
|