Skip to content

Commit

Permalink
Makefile: remove -Werror flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Jan 23, 2024
1 parent afccfc6 commit 94fa196
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 @@ -30,7 +30,7 @@ BENCHS = \
bench/tiers
GHCIMPORTDIRS = src:test
GHCFLAGS = -v0 -O2 $(shell grep -q "Arch Linux" /etc/lsb-release && echo -dynamic) \
-W -fno-warn-unused-matches -Werror
-W -fno-warn-unused-matches
HUGSIMPORTDIRS = .:./src:./test:./etc/hugs-backports:/usr/lib/hugs/packages/*
HUGSFLAGS = -98 -h32M

Expand Down

0 comments on commit 94fa196

Please sign in to comment.