summaryrefslogtreecommitdiff
path: root/pkg/monocypher/gen.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/monocypher/gen.lua')
-rw-r--r--pkg/monocypher/gen.lua2
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'}),