diff options
| author | nyamatongwe <unknown> | 2001-07-27 02:59:52 +0000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2001-07-27 02:59:52 +0000 | 
| commit | 55a278d5e189725b74bccdfb46b5028b89f64040 (patch) | |
| tree | 068972df00129ee48d2a62ffcf936f041f4155d8 | |
| parent | be33f0aaaf113a301b3cb314b19f3abf4f0455d0 (diff) | |
| download | scintilla-mirror-55a278d5e189725b74bccdfb46b5028b89f64040.tar.gz | |
Stephan added -g to debug builds.
| -rw-r--r-- | gtk/makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/makefile b/gtk/makefile index 05778f3b6..97d737bfa 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -17,7 +17,7 @@ INCLUDEDIRS=-I ../include -I ../src  CXXBASEFLAGS=-W -Wall -DGTK -DSCI_LEXER $(INCLUDEDIRS)  ifdef DEBUG -CXXFLAGS=-DDEBUG $(CXXBASEFLAGS) +CXXFLAGS=-DDEBUG -g $(CXXBASEFLAGS)  else  CXXFLAGS=-DNDEBUG $(CXXBASEFLAGS)  endif  | 
