diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-03-12 12:17:28 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-03-12 12:17:28 +0000 |
commit | 02f07e0c23bfbadd1952c874d98be057bf194394 (patch) | |
tree | 3d5fa53f8ba90af42394ee42d9d87cd58aa05af3 /src/Makefile | |
parent | 91d8e0c1944c9460511ff488877a96e942a29f3b (diff) | |
download | vim-git-02f07e0c23bfbadd1952c874d98be057bf194394.tar.gz |
updated for version 7.1-273v7.1.273
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 4ef0a0f56..ae8878c1e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -545,7 +545,7 @@ LINT_OPTIONS = -beprxzF # For unknown reasons adding "-lc" fixes a linking problem with GCC. That's # probably a bug in the "-pg" implementation. # Need to recompile everything after changing this: "make clean" "make". -#PROFILE_CFLAGS = -pg -g +#PROFILE_CFLAGS = -pg -g -DWE_ARE_PROFILING #PROFILE_LIBS = -pg #PROFILE_LIBS = -pg -lc |