auriamg / macdylibbundler

Utility to ease bundling libraries into executables for OSX
MIT License
546 stars 83 forks source link

Allow user to set CXXFLAGS without losing -std #65

Closed ryandesign closed 2 years ago

ryandesign commented 2 years ago

Allow the user to set the CXXFLAGS environment variable (for example to specify different optimization flags) while not losing flags necessary to build (-std=c++11).