X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=Makefile.in;h=bf9a316252dd6bea4c540c6f76ec16eb599d8aaa;hp=da11477c474d67b55ee7ae82dcd217b49400f54d;hb=7d51b32062d91ccf46434568a75c5e91805c4750;hpb=45a95fea489e8972a3387b5b7d09b625b3291b40 diff --git a/Makefile.in b/Makefile.in index da11477..bf9a316 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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