Skip to content

Commit

Permalink
Makefile cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
kportertx committed Oct 12, 2023
1 parent 616541d commit 4d829e1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ ifeq ($(ARCH),aarch64)
CC_CFLAGS += -mcpu=neoverse-n1
endif

PREPRO_SUFFIX = .cpp
ifeq ($(PREPRO),1)
SUFFIX = $(PREPRO_SUFFIX)
CC_FLAGS += -E -DPREPRO=$(PREPRO) -DGEN_TAG=$(GEN_TAG)"\
"
endif

ifeq ($(OS),Darwin)
CC_FLAGS += -D_DARWIN_UNLIMITED_SELECT

Expand Down

0 comments on commit 4d829e1

Please sign in to comment.