Skip to content

Commit

Permalink
Add -v0 to GHCFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Feb 4, 2024
1 parent be0efe5 commit 4cd3fe8
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 @@ -4,7 +4,7 @@
# License: 3-Clause BSD (see the file LICENSE)
# Maintainer: Rudy Matela <rudy@matela.com.br>
GHCIMPORTDIRS = src:eg:test
GHCFLAGS = -O2 \
GHCFLAGS = -O2 -v0 \
$(shell grep -q "Arch Linux" /etc/lsb-release && echo -dynamic -package cmdargs -package regex-tdfa)
# -Wall -Wno-name-shadowing -Wno-orphans -Wno-unused-matches
# -prof -auto-all #-caf-all
Expand Down

0 comments on commit 4cd3fe8

Please sign in to comment.