summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2004-06-13 13:30:23 +0000
committerBram Moolenaar <Bram@vim.org>2004-06-13 13:30:23 +0000
commite09f58480446fcae5768ba1f219083511888edcc (patch)
treeab8d381e42c6a3e97278d70a92876676d587f9d2 /src
parentb5ddc07b05a920fd10acbc50251ecfc829153625 (diff)
updated for version 7.0001
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 4a4a6c0eb8..d59f32abe3 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