diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-06-13 13:30:23 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-06-13 13:30:23 +0000 |
commit | e09f58480446fcae5768ba1f219083511888edcc (patch) | |
tree | ab8d381e42c6a3e97278d70a92876676d587f9d2 /src/Makefile | |
parent | b5ddc07b05a920fd10acbc50251ecfc829153625 (diff) | |
download | vim-git-e09f58480446fcae5768ba1f219083511888edcc.tar.gz |
updated for version 7.0001
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 4a4a6c0eb..d59f32abe 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 |