Adjusted order of compile flags to make it possible to select optimization

level by setting CFLAGS at compile file.
This commit is contained in:
Jesse Smith 2018-06-21 19:34:25 -03:00
parent 3a6ebb3c07
commit 2a61e2b029
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
sysvinit (2.91) UNRELEASED; urgency=low
[ Jesse Smith ]
* Adjusted order of compile flags to make it easier for downstream
to adjust optimization level. Patch provided by Matias Fonzo.
Can now set optimization level in CFLAGS variable.
sysvinit (2.90) world; urgency=low
[ Jesse Smith ]

View File

@ -9,8 +9,8 @@
#
CPPFLAGS =
CFLAGS ?= -ansi -O2 -fomit-frame-pointer -fstack-protector-strong
override CFLAGS += -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE
CFLAGS ?= -O2
override CFLAGS += -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE
override CFLAGS += $(shell getconf LFS_CFLAGS)
STATIC =
MANDB := s@^\('\\\\\"\)[^\*-]*-\*- coding: [^[:blank:]]\+ -\*-@\1@