Merge pull request #257 from credativ/cxxflags

Don't overwrite CXXFLAGS from environment
This commit is contained in:
Blottiere Paul 2020-01-08 21:33:54 +01:00 committed by GitHub
commit e71401a28a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
CC = @CC@
CFLAGS = @CFLAGS@
CXXFLAGS = -fPIC -std=c++0x
CXXFLAGS += -fPIC -std=c++0x
SQLPP = @SQLPP@
XML2_CPPFLAGS = @XML2_CPPFLAGS@