Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
feh
feh-makefile_optflags.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File feh-makefile_optflags.patch of Package feh
--- config.mk | 4 ++-- src/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) --- a/config.mk +++ b/config.mk @@ -15,8 +15,8 @@ example_dir = ${main_dir}/share/doc/feh/ desktop_dir = ${main_dir}/share/applications # default CFLAGS -CFLAGS ?= -g -O2 -CFLAGS += -Wall -Wextra -pedantic +OPTFLAGS = -g -O2 +CFLAGS += -Wall -Wextra -pedantic $(OPTFLAGS) cam ?= 0 curl ?= 1 --- a/src/Makefile +++ b/src/Makefile @@ -7,7 +7,7 @@ I_SRCS = ${shell echo *.raw} I_DSTS = ${I_SRCS:.raw=.inc} feh: deps.mk ${OBJECTS} ${I_DSTS} - ${CC} ${LDFLAGS} ${CFLAGS} -o $@ ${OBJECTS} ${LDLIBS} + @${CC} ${LDFLAGS} ${CFLAGS} -o $@ ${OBJECTS} ${LDLIBS} include deps.mk
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor