Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove compiler warning
  • Loading branch information
tmm1 committed Sep 29, 2015
commit 5fe088fb95cd3d0d078043e31b8e9e7f513128b0
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ STRIP ?= strip
# from loading the libauthbind.dylib library if that library is only built
# for e.g. the x86_64 arch.
ARCH=-arch x86_64
OSX_CFLAGS=-flat_namespace
OSX_CFLAGS=
OSX_LDFLAGS=$(ARCH) -dynamiclib -dynamic -flat_namespace

OPTIMISE=-O2
Expand Down