aboutsummaryrefslogtreecommitdiffstats
path: root/options.adb
diff options
context:
space:
mode:
Diffstat (limited to 'options.adb')
-rw-r--r--options.adb3
1 files changed, 3 insertions, 0 deletions
diff --git a/options.adb b/options.adb
index a62b76da1..cd70f319a 100644
--- a/options.adb
+++ b/options.adb
@@ -114,6 +114,8 @@ package body Options is
Bootstrap := True;
elsif Opt = "-fexplicit" then
Flag_Explicit := True;
+ elsif Opt = "-frelaxed-rules" then
+ Flag_Relaxed_Rules := True;
elsif Opt = "--syn-binding" then
Flag_Syn_Binding := True;
elsif Opt = "--no-vital-checks" then
@@ -215,6 +217,7 @@ package body Options is
-- P (" failure or none");
P ("Extensions:");
P (" -fexplicit give priority to explicitly declared operator");
+ P (" -frelaxed-rules relax some LRM rules");
P (" -C --mb-comments allow multi-bytes chars in a comment");
P (" --bootstrap allow --work=std");
P (" --syn-binding use synthesis default binding rule");