Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
pfstools
pfstools-no-debug-mangling.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pfstools-no-debug-mangling.patch of Package pfstools
Index: pfstools-1.8.4/configure.ac =================================================================== --- pfstools-1.8.4.orig/configure.ac +++ pfstools-1.8.4/configure.ac @@ -24,12 +24,12 @@ dnl AC_ARG_ENABLE(debug, AS_HELP_STRING([--enable-debug],[Enable debug symbols and asserts]), [if test "$enable_debug" = "yes" ; then - temp_CXXFLAGS=`echo $CXXFLAGS | sed "s/-O./ /; s/-g//"` + temp_CXXFLAGS=`echo $CXXFLAGS | sed "s/-O./ /"` CXXFLAGS="-g $temp_CXXFLAGS" AC_DEFINE([DEBUG]) fi], [enable_debug="no" - temp_CXXFLAGS=`echo $CXXFLAGS | sed "s/-O./ /; s/-g//"` + temp_CXXFLAGS=`echo $CXXFLAGS | sed "s/-O./ /;"` CXXFLAGS="-O3 $temp_CXXFLAGS" AC_DEFINE(NDEBUG, 1, [Disable assertion checks]) ])
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