Skip to content

Commit

Permalink
vcv: Remove -freport-bug
Browse files Browse the repository at this point in the history
conflicts with clang
  • Loading branch information
danngreen authored Jun 29, 2024
1 parent 677147c commit f50a702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ FLAGS += $(INCLUDES)
FLAGS += -g2

CFLAGS +=
CXXFLAGS += -DVCVRACK -freport-bug
CXXFLAGS += -DVCVRACK

# Careful about linking to shared libraries, since you can't assume much about the user's environment and library search path.
# Static libraries are fine, but they should be added to this plugin's build system.
Expand Down

0 comments on commit f50a702

Please sign in to comment.