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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e3b37cb0106b3178,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-mail From: danmcleran@hotmail.com Newsgroups: comp.lang.ada Subject: Compilation switches by file Date: 20 Jan 2005 15:02:57 -0800 Organization: http://groups.google.com Message-ID: <1106262177.779074.77660@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: 192.55.20.36 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1106262181 17214 127.0.0.1 (20 Jan 2005 23:03:01 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 20 Jan 2005 23:03:01 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=192.55.20.36; posting-account=LSix6gsAAACmBFWMCbh6syCaua0lawvj Xref: g2news1.google.com comp.lang.ada:7922 Date: 2005-01-20T15:02:57-08:00 List-Id: I'm using GNAT 3.15p along with some AI302 stuff. I ran into a problem because my gnat.adc file had the following pragma pragma Restrictions(No_Recursion); But, it seems that some of the AI302 stuff uses recursion. I'd like to compile my stuff with one set of restrictions, while compiling the AI302 stuff under a different set of restrictions. Are Gnat project files the easiest way to do this? Thanks