aboutsummaryrefslogtreecommitdiffstats
path: root/ghdl.gpr.in
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-05-27 17:49:05 +0200
committerTristan Gingold <tgingold@free.fr>2020-05-28 17:47:47 +0200
commit58756712b9465c24e1d2a198e5a03aae7ebbf774 (patch)
tree223c3208c5539be220e641cee5fa387d555f677f /ghdl.gpr.in
parenta1154ddb9051e337d309d8c2766fa11657f6adf7 (diff)
downloadghdl-58756712b9465c24e1d2a198e5a03aae7ebbf774.tar.gz
ghdl-58756712b9465c24e1d2a198e5a03aae7ebbf774.tar.bz2
ghdl-58756712b9465c24e1d2a198e5a03aae7ebbf774.zip
ghdl.gpr: adjust flags.
Diffstat (limited to 'ghdl.gpr.in')
-rw-r--r--ghdl.gpr.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghdl.gpr.in b/ghdl.gpr.in
index 3f2ae0cb6..05cbc1a15 100644
--- a/ghdl.gpr.in
+++ b/ghdl.gpr.in
@@ -27,7 +27,7 @@ project Ghdl is
package Compiler is
for Default_Switches ("Ada") use
- ("-gnaty3befhkmr", "-gnata", "-gnatwae", "-gnatf", "-gnat12", "-g");
+ ("-gnaty3befhkmr", "-gnata", "-gnatwa", "-gnatf", "-gnat12", "-g");
for Default_Switches ("C") use ("-DWITH_GNAT_RUN_TIME");
end Compiler;