PaulCombal / SamRewritten

Steam Achievement Manager For Linux. Rewritten in C++.
GNU General Public License v3.0
334 stars 32 forks source link

move -std= to CXXFLAGS #110

Closed vapier closed 2 years ago

vapier commented 2 years ago

This avoids clobbering the standard $CXX variable setting.

vapier commented 2 years ago

the reason this matters is that people might do make CXX=clang++ and that clobbers the -std= flag