]> git.sesse.net Git - movit/commitdiff
Do not export inlines from the shared library by default. Reduces the number of expor...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 8 May 2014 04:17:50 +0000 (21:17 -0700)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 8 May 2014 04:17:50 +0000 (21:17 -0700)
Makefile.in

index da11477c474d67b55ee7ae82dcd217b49400f54d..bf9a316252dd6bea4c540c6f76ec16eb599d8aaa 100644 (file)
@@ -22,7 +22,7 @@ with_coverage = @with_coverage@
 
 CC=@CC@
 CXX=@CXX@
-CXXFLAGS=-Wall @CXXFLAGS@ -I$(GTEST_DIR)/include @SDL2_CFLAGS@ @SDL_CFLAGS@ @Eigen3_CFLAGS@ @epoxy_CFLAGS@ @FFTW3_CFLAGS@
+CXXFLAGS=-Wall @CXXFLAGS@ -fvisibility-inlines-hidden -I$(GTEST_DIR)/include @SDL2_CFLAGS@ @SDL_CFLAGS@ @Eigen3_CFLAGS@ @epoxy_CFLAGS@ @FFTW3_CFLAGS@
 ifeq ($(with_SDL2),yes)
 CXXFLAGS += -DHAVE_SDL2
 endif