mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
Merge pull request #257 from credativ/cxxflags
Don't overwrite CXXFLAGS from environment
This commit is contained in:
commit
e71401a28a
@ -1,6 +1,6 @@
|
||||
CC = @CC@
|
||||
CFLAGS = @CFLAGS@
|
||||
CXXFLAGS = -fPIC -std=c++0x
|
||||
CXXFLAGS += -fPIC -std=c++0x
|
||||
SQLPP = @SQLPP@
|
||||
|
||||
XML2_CPPFLAGS = @XML2_CPPFLAGS@
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user