diff options
| author | Michael Forney <mforney@mforney.org> | 2020-02-05 18:49:32 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-02-05 18:49:32 -0800 |
| commit | bb1308153046dfc26fe9ce2548f60eba9f2ff4aa (patch) | |
| tree | ad86bf642c57c5823c7d5a3fc4cc2f985b510f49 /pkg/monocypher/gen.lua | |
| parent | 43300d1d81c4d3ab62258b18618a3ee9173472f8 (diff) | |
monocypher: Update to 3.0.0
Diffstat (limited to 'pkg/monocypher/gen.lua')
| -rw-r--r-- | pkg/monocypher/gen.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/monocypher/gen.lua b/pkg/monocypher/gen.lua index 8b8b2b13..3bb7a65c 100644 --- a/pkg/monocypher/gen.lua +++ b/pkg/monocypher/gen.lua @@ -1,4 +1,4 @@ -cflags{'-std=c99', '-Wall', '-Wextra'} +cflags{'-std=c99', '-Wall', '-Wextra', '-Wpedantic'} pkg.hdrs = { copy('$outdir/include', '$srcdir/src', {'monocypher.h'}), |
