diff options
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 |