Skip to content

Commit

Permalink
Take 10
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlegiantJGC committed Jun 24, 2021
1 parent 8180fde commit 1904b47
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 @@ -61,7 +61,7 @@ BENCHMARKS = \

CFLAGS += -I. -I./include $(PLATFORM_CCFLAGS) $(OPT)
CXXFLAGS += -DDLLX= -I. -I./include $(PLATFORM_CXXFLAGS) $(OPT)
CXXFLAGS += -std=c++0x
CXXFLAGS += -stdlib=libc++

LDFLAGS += $(PLATFORM_LDFLAGS)
LIBS += $(PLATFORM_LIBS) -lz
Expand Down

0 comments on commit 1904b47

Please sign in to comment.