diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2017-04-30 04:25:22 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2017-04-30 04:25:22 +0200 |
commit | 1d689ebfec51613fcb1fe286294c85dcbb9d8574 (patch) | |
tree | 537db174b7033ee078f5114cb895ff971b32d6bd /src/Makefile.am | |
parent | b338a9dc265d7bc46a2528ffc45f7bf6fba96620 (diff) | |
download | sciteco-1d689ebfec51613fcb1fe286294c85dcbb9d8574.tar.gz |
removed CLANG and HAVE_SIZED_DEALLOCATION conditionals
Automakefiles could be simplified by updating CXXFLAGS
in configure.ac instead.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5ca4159..3589fdf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,12 +12,6 @@ include $(top_srcdir)/bootstrap.am include $(top_srcdir)/scintilla.am AM_CXXFLAGS = -Wall -Wno-char-subscripts -if CLANG -AM_CXXFLAGS += -Wno-mismatched-tags -endif -if HAVE_SIZED_DEALLOCATION -AM_CXXFLAGS += -fsized-deallocation -endif if STATIC_EXECUTABLES # AM_LDFLAGS are libtool flags, NOT compiler/linker flags |