Merge pull request #110 from vapier/flags

move -std= to CXXFLAGS
This commit is contained in:
PaulCombal 2021-12-25 21:05:19 +00:00 committed by GitHub
commit e4b3cbc495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
CXX=g++ -std=c++17
CXXFLAGS+=-std=c++17
OBJDIR=obj
LIBDIR?=lib
PREFIX=/usr