Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
electronics
gspiceui
use_optflags.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File use_optflags.diff of Package gspiceui
--- gspiceui-v1.1.00/src/Makefile_orig 2018-05-06 19:41:13.454422528 +0200 +++ gspiceui-v1.1.00/src/Makefile 2018-05-06 19:42:19.515181011 +0200 @@ -93,7 +93,7 @@ # -std=[C++NO] The C++ standard to use where C++NO is eg. c++98, c++03, c++11, c++14, c++17, etc. ifeq ($(GSPICEUI_DEBUG),0) # Options for release (not using -Wall since it's GCC specific) - CXXFLAGS := -O3 -std=c++17 -pipe $(shell $(WXCFG) --cxxflags) + CXXFLAGS := ${CXXFLAGS} -O3 -std=c++17 -pipe $(shell $(WXCFG) --cxxflags) else # Options for development CXXFLAGS := -g -Og -std=c++17 -Wall -Wextra -Wpedantic -pipe $(shell $(WXCFG) --cxxflags)
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