Projects
SLE15
bombono
bombono-dvd-1.2.2_optflags.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bombono-dvd-1.2.2_optflags.patch of Package bombono
diff -U 3 -dHrN bombono-dvd-1.2.2.orig/SConstruct bombono-dvd-1.2.2/SConstruct --- bombono-dvd-1.2.2.orig/SConstruct 2013-03-08 00:20:45.000000000 +0300 +++ bombono-dvd-1.2.2/SConstruct 2016-04-04 15:05:00.176860984 +0300 @@ -59,7 +59,8 @@ common_warn_flags = [] cxx_warn_flags = [] debug_flags = ['-g', '-O0'] -release_flags = ['-O2'] +import re +release_flags = re.split(r'\s+', os.environ['OPTFLAGS']) defines = [] def CalcCommonFlags():
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.