More errors for dev builds.

This commit is contained in:
Robin Malley 2021-10-11 00:55:07 +00:00
parent 296777d3fc
commit 680a341db5
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ dev {
# These flags are added to the shared ones when
# you build the "dev" flavor.
ldflags=-llua5.1
cflags=-g -Wextra
cflags=-g -Wall -Wextra -Werror
cflags=-I/usr/include/lua5.1
cxxflags=-g -Wextra
}