Skip to content

Commit

Permalink
Merge pull request #965 from khorben/master
Browse files Browse the repository at this point in the history
The generic UNIX Makefile builds with lots of warnings
  • Loading branch information
gavinandresen committed Mar 21, 2012
2 parents a1a0469 + 7868808 commit c2b1ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makefile.unix
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ LIBS+= \

DEBUGFLAGS=-g
CXXFLAGS=-O2
xCXXFLAGS=-pthread -Wextra -Wno-sign-compare -Wno-char-subscripts -Wno-invalid-offsetof -Wformat-security \
xCXXFLAGS=-pthread -Wextra -Wno-sign-compare -Wno-char-subscripts -Wno-invalid-offsetof -Wformat -Wformat-security \
$(DEBUGFLAGS) $(DEFS) $(HARDENING) $(CXXFLAGS)

OBJS= \
Expand Down

0 comments on commit c2b1ab0

Please sign in to comment.