From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.224.74.72 with SMTP id t8mr17172211qaj.4.1377544917080; Mon, 26 Aug 2013 12:21:57 -0700 (PDT) X-Received: by 10.50.49.11 with SMTP id q11mr430346ign.12.1377544917044; Mon, 26 Aug 2013 12:21:57 -0700 (PDT) Path: border1.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx02.iad01.newshosting.com!newshosting.com!news.glorb.com!fx3no4896894qab.0!news-out.google.com!c19ni621qak.0!nntp.google.com!fx3no4896893qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 26 Aug 2013 12:21:56 -0700 (PDT) In-Reply-To: <5fd11c27-12dc-44cd-a0e2-dfc0204a54b6@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=64.25.253.207; posting-account=6yLzewoAAABoisbSsCJH1SPMc9UrfXBH NNTP-Posting-Host: 64.25.253.207 References: <167c4830-c8f9-48d3-9850-b1772c2aa452@googlegroups.com> <85k3j9fdq1.fsf@stephe-leake.org> <88b6ef16-7473-44a8-95fa-1115be6eac2c@googlegroups.com> <5fd11c27-12dc-44cd-a0e2-dfc0204a54b6@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <12a23885-c1ef-46d7-8b4a-b94dc6947e2d@googlegroups.com> Subject: Re: [GNAT] compiler options ignored for sources from ADA_INCLUDE_PATH From: briot.emmanuel@gmail.com Injection-Date: Mon, 26 Aug 2013 19:21:57 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Original-Bytes: 2169 Xref: number.nntp.dca.giganews.com comp.lang.ada:183140 Date: 2013-08-26T12:21:56-07:00 List-Id: > Only fully normal options: in a "Fast" mode, optimisations and less check= s, in a "Debug" mode, the most checks possible, including overflow checks a= nd validity checks. But it doesn't make sense to change the option in the xmlada project files.= That will not automatically recompile XML/Ada (for this, you would need to= change the way XML/Ada was compiled and installed). So I think the answer to your initial question is that you don't want to us= e ADA_INCLUDE_PATH (which makes your project file harder to distribute for = instance), because you don't really need to change the compiler options in = the other projects, which are not meant to recompile the corresponding libr= ary.