configure: revert -Oz back to -O3
Apparently OpenBSD's gcc doesn't support -Oz...
This commit is contained in:
parent
ec2a841c04
commit
e0c6377779
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
|
||||
gen_CFLAGS () {
|
||||
if [ -z "$debug" ]; then
|
||||
cflags="$cflags -Oz"
|
||||
cflags="$cflags -O3"
|
||||
else
|
||||
cflags="$cflags -O0 -g"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue