]> git.saurik.com Git - apt.git/blobdiff - buildlib/environment.mak.in
warn if apt-key is used in scripts/its output parsed
[apt.git] / buildlib / environment.mak.in
index db83f6dcd19aa7898fe6c5a5cd7479b96ed8acdb..2ac3d6847e829d10c4b984178de4d6f2b34c9fee 100644 (file)
@@ -19,6 +19,8 @@ CXXFLAGS+= -Wctor-dtor-privacy -Wdisabled-optimization -Winit-self -Wmissing-inc
 #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
@@ -69,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