From 4e940a042f07f91a32a1893ff14d80903b2c78a7 Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Sun, 26 Sep 2004 13:13:13 +0000 Subject: -fno-constraints --- asn1c/asn1c.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'asn1c/asn1c.1') diff --git a/asn1c/asn1c.1 b/asn1c/asn1c.1 index 359724b2..7ac0015c 100644 --- a/asn1c/asn1c.1 +++ b/asn1c/asn1c.1 @@ -22,7 +22,7 @@ and other encoding standards. .TP \fILanguage Options\fR .br -\fB\-fall-defs-global \-fbless-SIZE \-fnative-types \-funnamed-unions \-ftypes88\fR +\fB\-fall-defs-global \-fbless-SIZE \-fnative-types \-fno-constraints \-funnamed-unions \-ftypes88\fR .TP \fIOutput Options\fR .br @@ -82,6 +82,9 @@ an ASN.1 standard and compiler may fail to produce the meaningful code. Use the native machine's data types (int, double) whenever possible, instead of the compound ASN.1 INTEGER_t, ENUMERATED_t and REAL_t types. .TP +.B \-fno-constraints +Do not generate ASN.1 subtype constraint checking code. This may make a shorter executable. +.TP .B \-funnamed-unions Enable unnamed unions in the definitions of target language's structures. .TP -- cgit v1.2.3