configure: use -Oz in release mode
This commit is contained in:
parent
820ed598d9
commit
ec2a841c04
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -94,7 +94,7 @@ gen_CC () {
|
||||||
## flags used in the compilation step
|
## flags used in the compilation step
|
||||||
gen_CFLAGS () {
|
gen_CFLAGS () {
|
||||||
if [ -z "$debug" ]; then
|
if [ -z "$debug" ]; then
|
||||||
cflags="$cflags -O3"
|
cflags="$cflags -Oz"
|
||||||
else
|
else
|
||||||
cflags="$cflags -O0 -g"
|
cflags="$cflags -O0 -g"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue