summaryrefslogtreecommitdiff
path: root/pkg/utf8proc
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/utf8proc')
-rw-r--r--pkg/utf8proc/gen.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/utf8proc/gen.lua b/pkg/utf8proc/gen.lua
index a42716c2..926f0f3a 100644
--- a/pkg/utf8proc/gen.lua
+++ b/pkg/utf8proc/gen.lua
@@ -1,4 +1,4 @@
-cflags{'-std=c99', '-Wall', '-pedantic'}
+cflags{'-std=c99', '-Wall', '-Wpedantic'}
lib('libutf8proc.a', {'utf8proc.c'})