From 117ef7e2e62a3bcbfcf2a3adca3c52d0bfd9a089 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 2 Apr 2009 02:32:47 +0000 Subject: Bug #2723006 flickering caret with Tab. --- src/SciTE.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/SciTE.properties') diff --git a/src/SciTE.properties b/src/SciTE.properties index 1a2bace06..c323f52cf 100644 --- a/src/SciTE.properties +++ b/src/SciTE.properties @@ -2,5 +2,5 @@ # settings made in SciTEGlobal.properties command.build.directory.*.cxx=..\win32 command.build.directory.*.h=..\win32 -command.build.*.cxx=nmake -f scintilla.mak QUIET=1 DEBUG=1 -command.build.*.h=nmake -f scintilla.mak QUIET=1 DEBUG=1 +command.build.*.cxx=nmake -f scintilla.mak QUIET=1 DEBUG=0 +command.build.*.h=nmake -f scintilla.mak QUIET=1 DEBUG=0 -- cgit v1.2.3