Skip to content

Commit

Permalink
Remove CFLAGS += -DNON_MATCHING
Browse files Browse the repository at this point in the history
  • Loading branch information
hensldm committed Dec 13, 2023
1 parent 81ee07b commit 1a52dc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ $(error Invalid Target)
endif

ifeq ($(NON_MATCHING),1)
CFLAGS += -DNON_MATCHING
CPPFLAGS += -DNON_MATCHING
COMPARE := 0
endif
Expand Down

0 comments on commit 1a52dc6

Please sign in to comment.