aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Frontend.ml
diff options
context:
space:
mode:
Diffstat (limited to 'driver/Frontend.ml')
-rw-r--r--driver/Frontend.ml5
1 files changed, 4 insertions, 1 deletions
diff --git a/driver/Frontend.ml b/driver/Frontend.ml
index 6133291e..4ee5c712 100644
--- a/driver/Frontend.ml
+++ b/driver/Frontend.ml
@@ -154,7 +154,8 @@ let gnu_prepro_actions = [
Exact "-iquote", String (gnu_prepro_opt_key "-iquote");
Exact "-P", Self gnu_prepro_opt;
Exact "-C", Self gnu_prepro_opt;
- Exact "-CC", Self gnu_prepro_opt;]
+ Exact "-CC", Self gnu_prepro_opt;
+ Prefix "-finput-charset=", Self gnu_prepro_opt]
let prepro_actions = [
(* Preprocessing options *)
@@ -198,6 +199,8 @@ let gnu_prepro_help =
-C Do not discard comments
-CC Do not discard comments, including during macro
expansion
+ -finput-charset=<charset>
+ Set the input character set, used for reading source files.
|}
let prepro_help = {|Preprocessing options: