X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/aa91826fa7c0cfd1f5ec8f062b9e1b134d65c850..c1e202d225eea6838acd65ea81266996ee6bb9a2:/buildlib/environment.mak.in?ds=inline diff --git a/buildlib/environment.mak.in b/buildlib/environment.mak.in index bf0edb941..2ac3d6847 100644 --- a/buildlib/environment.mak.in +++ b/buildlib/environment.mak.in @@ -8,18 +8,19 @@ PACKAGE_MAIL = @PACKAGE_MAIL@ # C++ compiler options CC = @CC@ CPPFLAGS+= @CPPFLAGS@ @DEFS@ -D_REENTRANT -D_FORTIFY_SOURCE=2 -CXX = @CXX@ -std=c++11 +CXX = @CXX@ +CXXSTD = -std=c++11 CXXFLAGS+= @CXXFLAGS@ -Wall -Wextra CXXFLAGS+= -Wcast-align -Wlogical-op -Wredundant-decls -Wmissing-declarations -Wunsafe-loop-optimizations CXXFLAGS+= -Wctor-dtor-privacy -Wdisabled-optimization -Winit-self -Wmissing-include-dirs -Wnoexcept -Wsign-promo -Wundef # suggests methods which already have such an attribute #CXXFLAGS+= -Wsuggest-attribute=pure -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -# gcc reports currently lots of them at the end of file - unknown reason -CXXFLAGS+= -Wno-deprecated-declarations # sanitize options to be enabled for testing #CXXFLAGS+= -fsanitize=address -fsanitize=undefined -fno-sanitize=vptr # a bit too pedantic to be run by default #CXXFLAGS+= -Wpedantic -Wno-long-long -Wno-vla -Wno-variadic-macros +# hide inlines +CXXFLAGS+= -fvisibility-inlines-hidden NUM_PROCS = @NUM_PROCS@ # Linker stuff @@ -70,6 +71,7 @@ HAVE_STATVFS = @HAVE_STATVFS@ HAVE_ZLIB = @HAVE_ZLIB@ HAVE_BZ2 = @HAVE_BZ2@ HAVE_LZMA = @HAVE_LZMA@ +HAVE_LZ4 = @HAVE_LZ4@ NEED_SOCKLEN_T_DEFINE = @NEED_SOCKLEN_T_DEFINE@ # Shared library things