Skip to content

Commit

Permalink
Add compiler flags to support GNATStack analysis. (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
rod-chapman authored Oct 19, 2023
1 parent 6e1aafc commit ef7ca7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libkeccak.gpr
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ project Libkeccak is
Style_Checks_Switches &
Contracts_Switches &
("-gnatw.X", -- Disable warnings for No_Exception_Propagation
"-fcallgraph-info=su,da", -- Generate data for GNATStack
"-fstack-usage",
"-gnatQ"); -- Don't quit. Generate ALI and tree files even if illegalities
end Compiler;

Expand Down

0 comments on commit ef7ca7c

Please sign in to comment.