Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
devel:tools
libb64
override-cflags.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File override-cflags.diff of Package libb64
Description: make overriding CFLAGS possible Author: Jakub Wilk <jwilk@debian.org> Forwarded: no Last-Update: 2012-11-30 --- a/base64/Makefile +++ b/base64/Makefile @@ -3,7 +3,7 @@ # Build flags (uncomment one) ############################# # Release build flags -CFLAGS += -O3 +CFLAGS ?= -O3 ############################# # Debug build flags #CFLAGS += -g --- a/src/Makefile +++ b/src/Makefile @@ -3,7 +3,7 @@ # Build flags (uncomment one) ############################# # Release build flags -CFLAGS += -O3 +CFLAGS ?= -O3 ############################# # Debug build flags #CFLAGS += -g
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