diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-05-27 17:49:05 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-05-28 17:47:47 +0200 |
commit | 58756712b9465c24e1d2a198e5a03aae7ebbf774 (patch) | |
tree | 223c3208c5539be220e641cee5fa387d555f677f | |
parent | a1154ddb9051e337d309d8c2766fa11657f6adf7 (diff) | |
download | ghdl-58756712b9465c24e1d2a198e5a03aae7ebbf774.tar.gz ghdl-58756712b9465c24e1d2a198e5a03aae7ebbf774.tar.bz2 ghdl-58756712b9465c24e1d2a198e5a03aae7ebbf774.zip |
ghdl.gpr: adjust flags.
-rw-r--r-- | ghdl.gpr.in | 2 |
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; |