From eb0419f911aef80a8feae08195ca82180e6b7973 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 28 Jun 2012 16:04:38 -0400 Subject: Disable font locking in Scintilla; src/Makefile Since Textadept is not multi-threaded, there no need for font locking. This was never available in Windows anyway with no issues being reported. --- src/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 3ea13922..d0851c51 100644 --- a/src/Makefile +++ b/src/Makefile @@ -76,11 +76,9 @@ endif # Scintilla. sci_flags = -pedantic -Os $(plat_flag) -DSCI_LEXER -DNDEBUG \ - -Iscintilla/include -Iscintilla/src -Iscintilla/lexlib -Wall \ - -Wno-missing-braces -Wno-char-subscripts -Wno-long-long -ifeq (win32, $(MAKECMDGOALS)) - sci_flags += -DG_THREADS_IMPL_NONE -endif + -DG_THREADS_IMPL_NONE -Iscintilla/include -Iscintilla/src \ + -Iscintilla/lexlib -Wall -Wno-missing-braces -Wno-char-subscripts \ + -Wno-long-long scintilla_objs = AutoComplete.o CallTip.o Catalogue.o CellBuffer.o \ CharClassify.o ContractionState.o Decoration.o Document.o \ -- cgit v1.2.3