Skip to content

Commit

Permalink
Makefile: Add -Werror
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Jan 10, 2024
1 parent 813c860 commit e6951d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ CFLAGS_MYSQL += -DMX_MYSQL_FAIL_WAIT_DEFAULT=5

CFLAGS += -g
CFLAGS += -O3
CFLAGS += -Wall -Wextra -Wno-override-init
CFLAGS += -Wall -Wextra -Wno-override-init -Werror
CFLAGS += -DMXQ_VERSION=\"${MXQ_VERSION}\"
CFLAGS += -DMXQ_VERSIONFULL=\"${MXQ_VERSIONFULL}\"
CFLAGS += -DMXQ_VERSIONDATE=\"${MXQ_VERSIONDATE}\"
Expand Down

0 comments on commit e6951d5

Please sign in to comment.