aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2016-01-22 16:49:52 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2016-01-22 16:49:52 +0100
commit507f000343636e1e300b1f3af71177726926292c (patch)
tree3bdf461ea3f283abccefdfd52647a24362782550 /driver/Clflags.ml
parente6bb6890b5686602ad39e370e5f07c33b9b48145 (diff)
downloadcompcert-kvx-507f000343636e1e300b1f3af71177726926292c.tar.gz
compcert-kvx-507f000343636e1e300b1f3af71177726926292c.zip
Added option to dump preprocessed source code.
The new option -dprepro allows it to keep the preprocessed source code files.
Diffstat (limited to 'driver/Clflags.ml')
-rw-r--r--driver/Clflags.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/Clflags.ml b/driver/Clflags.ml
index b67fd638..394dc448 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -33,6 +33,7 @@ let option_faligncondbranchs = ref 0
let option_finline_asm = ref false
let option_mthumb = ref (Configuration.model = "armv7m")
let option_Osize = ref false
+let option_dprepro = ref false
let option_dparse = ref false
let option_dcmedium = ref false
let option_dclight = ref false