zstd/contrib
Ryan Schmidt bf30b9caf4 Add CXXFLAGS to ALL_LDFLAGS (#1178)
pzstd requires C++11, which older C++ standard libraries like libstdc++
as used on OS X 10.8 and earlier don't support. The user might address
this by setting "CXXFLAGS=-stdlib=libc++". This flag must be used both
at compile time and at link time. Asking the user to also put the flag
in LDFLAGS is undesirable because then the flag would also be used when
linking C code, which would be inappropriate.
2018-06-14 13:05:33 -07:00
..
VS2005 added a project support notice for VS2005 2017-06-02 10:28:56 -07:00
adaptive-compression Fix name of macOS 2018-06-09 14:31:17 -05:00
docker added docker readme 2018-03-19 16:13:12 -07:00
gen_html Remove duplicate CXXFLAGS 2018-06-10 18:04:21 -05:00
linux-kernel [linux-kernel] Update license 2017-08-31 12:48:36 -07:00
meson meson: allow -Dlegacy_support=true, fix -Dlegacy_support=0 2017-12-29 10:18:33 -08:00
pzstd Add CXXFLAGS to ALL_LDFLAGS (#1178) 2018-06-14 13:05:33 -07:00
seekable_format Fix name of macOS 2018-06-09 14:31:17 -05:00
snap moved snap to /contrib 2018-03-19 16:15:06 -07:00
cleanTabs created contrib/cleanTabs 2017-03-30 12:42:44 -07:00