Skip to content

Commit

Permalink
Removing -fatal_warnings due to issues on OpenBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
droe committed Oct 4, 2018
1 parent 26a834e commit d2eb73e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -362,10 +362,7 @@ TCPPFLAGS+= $(TPKG_CPPFLAGS)
LDFLAGS+= $(PKG_LDFLAGS)
LIBS+= $(PKG_LIBS)

ifeq ($(shell uname),Darwin)
LDFLAGS+= -Xlinker -fatal_warnings
else
LDFLAGS+= -Xlinker --fatal-warnings
ifneq ($(shell uname),Darwin)
CFLAGS+= -pthread
LDFLAGS+= -pthread
endif
Expand Down

0 comments on commit d2eb73e

Please sign in to comment.