]> git.ipfire.org Git - thirdparty/zstd.git/commit
Change c++ test to use CXX and CXXFLAGS environment variables
authorYann Collet <cyan@fb.com>
Wed, 27 Sep 2017 19:09:52 +0000 (12:09 -0700)
committerYann Collet <cyan@fb.com>
Wed, 27 Sep 2017 19:09:52 +0000 (12:09 -0700)
commit763f8b5e453c2add84541f750a7ca5ad3664bb33
treebdd0dd03cc0cb1f72b0bd2fa9cb9a78474b33f23
parent91ffe71ec83dc5e64e008a3e40f5a6063c259a3b
Change c++ test to use CXX and CXXFLAGS environment variables

Fix OS-X warning on compiling .c files with clang++
Also changed test name from gpptest to cpptest, since it's no longer g++ specific
Makefile