aboutsummaryrefslogtreecommitdiffstats
path: root/extraction/extraction.v
diff options
context:
space:
mode:
Diffstat (limited to 'extraction/extraction.v')
-rw-r--r--extraction/extraction.v4
1 files changed, 3 insertions, 1 deletions
diff --git a/extraction/extraction.v b/extraction/extraction.v
index f58991aa..a7fe8f9f 100644
--- a/extraction/extraction.v
+++ b/extraction/extraction.v
@@ -113,6 +113,8 @@ Extract Constant Compopts.optim_redundancy =>
"fun _ -> !Clflags.option_fredundancy".
Extract Constant Compopts.optim_postpass =>
"fun _ -> !Clflags.option_fpostpass".
+Extract Constant Compopts.optim_pp_optimizer =>
+ "fun _ -> !Clflags.option_pp_optimizer".
Extract Constant Compopts.thumb =>
"fun _ -> !Clflags.option_mthumb".
Extract Constant Compopts.debug =>
@@ -191,4 +193,4 @@ Separate Extraction
Floats.Float32.from_parsed Floats.Float.from_parsed
Globalenvs.Senv.invert_symbol
Parser.translation_unit_file
- Compopts.optim_postpass.
+ Compopts.optim_postpass Compopts.optim_pp_optimizer.