summaryrefslogtreecommitdiff
path: root/pkg/qbe
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/qbe')
-rw-r--r--pkg/qbe/gen.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/qbe/gen.lua b/pkg/qbe/gen.lua
index 0e3a47fa..8ccb2591 100644
--- a/pkg/qbe/gen.lua
+++ b/pkg/qbe/gen.lua
@@ -1,5 +1,5 @@
cflags{
- '-Wall', '-Wextra', '-std=c99', '-pedantic',
+ '-std=c99', '-Wall', '-Wextra', '-Wpedantic',
'-I $dir',
}