From 1d689ebfec51613fcb1fe286294c85dcbb9d8574 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 30 Apr 2017 04:25:22 +0200 Subject: removed CLANG and HAVE_SIZED_DEALLOCATION conditionals Automakefiles could be simplified by updating CXXFLAGS in configure.ac instead. --- src/interface-curses/Makefile.am | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/interface-curses') diff --git a/src/interface-curses/Makefile.am b/src/interface-curses/Makefile.am index bd61e14..01e68ae 100644 --- a/src/interface-curses/Makefile.am +++ b/src/interface-curses/Makefile.am @@ -1,12 +1,6 @@ AM_CPPFLAGS += -I$(top_srcdir)/src -AM_CXXFLAGS = -std=c++11 -Wall -Wno-char-subscripts -if CLANG -AM_CXXFLAGS += -Wno-mismatched-tags -endif -if HAVE_SIZED_DEALLOCATION -AM_CXXFLAGS += -fsized-deallocation -endif +AM_CXXFLAGS = -Wall -Wno-char-subscripts noinst_LTLIBRARIES = libsciteco-interface.la libsciteco_interface_la_SOURCES = interface-curses.cpp interface-curses.h \ -- cgit v1.2.3