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