summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2004-06-13 13:30:23 +0000
committervimboss <devnull@localhost>2004-06-13 13:30:23 +0000
commit75f269d188b4e241230af195f74a44e436de8dcc (patch)
treeab8d381e42c6a3e97278d70a92876676d587f9d2
parent1ede6ba8e32e20c150b23d585a41c078dbc143a2 (diff)
downloadvim-75f269d188b4e241230af195f74a44e436de8dcc.tar.gz
updated for version 7.0001
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 4a4a6c0e..d59f32ab 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -493,7 +493,7 @@ CClink = $(CC)
# Often used for GCC: mixed optimizing, lot of optimizing, debugging
#CFLAGS = -g -O2 -fno-strength-reduce -Wall -Wshadow -Wmissing-prototypes
-CFLAGS = -g -O2 -fno-strength-reduce -Wall -Wmissing-prototypes
+#CFLAGS = -g -O2 -fno-strength-reduce -Wall -Wmissing-prototypes
#CFLAGS = -O6 -fno-strength-reduce -Wall -Wshadow -Wmissing-prototypes
#CFLAGS = -g -DDEBUG -Wall -Wshadow -Wmissing-prototypes
#CFLAGS = -g -O2 -DSTARTUPTIME=\"vimstartup\" -fno-strength-reduce -Wall -Wmissing-prototypes