summaryrefslogtreecommitdiff
path: root/confitems.gperf
diff options
context:
space:
mode:
authorAnders Björklund <anders@itension.se>2016-03-14 07:46:58 +0100
committerAnders Björklund <anders@itension.se>2016-03-14 18:35:12 +0100
commitacc96bc62bf19d8ae827b59307b922de40d11550 (patch)
tree5422d950147d0e981c3610463e1295cbfc3f0dab /confitems.gperf
parentc33cd219f85449078034ff75b54fd499549cf4e4 (diff)
downloadccache-acc96bc62bf19d8ae827b59307b922de40d11550.tar.gz
Add option to not discard comments in preprocessor
Diffstat (limited to 'confitems.gperf')
-rw-r--r--confitems.gperf31
1 files changed, 16 insertions, 15 deletions
diff --git a/confitems.gperf b/confitems.gperf
index d7041992..6b24de25 100644
--- a/confitems.gperf
+++ b/confitems.gperf
@@ -21,18 +21,19 @@ extra_files_to_hash, 10, ITEM(extra_files_to_hash, env_string)
hard_link, 11, ITEM(hard_link, bool)
hash_dir, 12, ITEM(hash_dir, bool)
ignore_headers_in_manifest, 13, ITEM(ignore_headers_in_manifest, env_string)
-log_file, 14, ITEM(log_file, env_string)
-max_files, 15, ITEM(max_files, unsigned)
-max_size, 16, ITEM(max_size, size)
-path, 17, ITEM(path, env_string)
-prefix_command, 18, ITEM(prefix_command, env_string)
-prefix_command_cpp, 19, ITEM(prefix_command_cpp, env_string)
-read_only, 20, ITEM(read_only, bool)
-read_only_direct, 21, ITEM(read_only_direct, bool)
-recache, 22, ITEM(recache, bool)
-run_second_cpp, 23, ITEM(run_second_cpp, bool)
-sloppiness, 24, ITEM(sloppiness, sloppiness)
-stats, 25, ITEM(stats, bool)
-temporary_dir, 26, ITEM(temporary_dir, env_string)
-umask, 27, ITEM(umask, umask)
-unify, 28, ITEM(unify, bool)
+keep_comments_cpp, 14, ITEM(keep_comments_cpp, bool)
+log_file, 15, ITEM(log_file, env_string)
+max_files, 16, ITEM(max_files, unsigned)
+max_size, 17, ITEM(max_size, size)
+path, 18, ITEM(path, env_string)
+prefix_command, 19, ITEM(prefix_command, env_string)
+prefix_command_cpp, 20, ITEM(prefix_command_cpp, env_string)
+read_only, 21, ITEM(read_only, bool)
+read_only_direct, 22, ITEM(read_only_direct, bool)
+recache, 23, ITEM(recache, bool)
+run_second_cpp, 24, ITEM(run_second_cpp, bool)
+sloppiness, 25, ITEM(sloppiness, sloppiness)
+stats, 26, ITEM(stats, bool)
+temporary_dir, 27, ITEM(temporary_dir, env_string)
+umask, 28, ITEM(umask, umask)
+unify, 29, ITEM(unify, bool)