Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP1:Update
pink-pony
pink-pony-1.4.1.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pink-pony-1.4.1.diff of Package pink-pony
Index: pink-pony-1.4.1/SConstruct =================================================================== --- pink-pony-1.4.1.orig/SConstruct +++ pink-pony-1.4.1/SConstruct @@ -5,7 +5,10 @@ optimization_flags = ['-O3'] env = Environment() env['CC'] = 'g++' -env['CCFLAGS'] = ['-Wall', '-Wextra', '-Wno-reorder', '-Wno-unused-parameter'] + optimization_flags +if 'CCFLAGS' in os.environ: + env['CCFLAGS'] = os.environ['CCFLAGS'] +else: + env['CCFLAGS'] = ['-Wall', '-Wextra', '-Wno-reorder', '-Wno-unused-parameter'] + optimization_flags env['LIBS'] = ['GLU', 'GL', 'protobuf', 'IL'] env['CPPPATH'] = ['#', '#/src', '#/external/tinyXML', '#/external/flextGL/', '/usr/include/OpenEXR']
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