Skip to content

Commit

Permalink
Build: clean up otherlibs/ include
Browse files Browse the repository at this point in the history
  • Loading branch information
gperciva committed May 31, 2013
1 parent cdbb213 commit a4c8e7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
### general setup
ACLOCAL_AMFLAGS = -I m4
if HAS_DEBUG
AM_CXXFLAGS = -Iotherlibs/ -I../otherlibs/ -fPIC -g -fbounds-check
AM_CXXFLAGS = -I$(srcdir)/otherlibs/ -fPIC -g -fbounds-check
MORE_WARNINGS_CXXFLAGS = -Wall -Werror -Wextra
else
if IS_DARWIN
AM_CXXFLAGS = -Iotherlibs/ -I../otherlibs/ -fPIC -O3 -mtune=native -DNDEBUG
AM_CXXFLAGS = -I$(srcdir)/otherlibs/ -fPIC -O3 -mtune=native -DNDEBUG
else
AM_CXXFLAGS = -Iotherlibs/ -I../otherlibs/ -fPIC -O3 -march=native -DNDEBUG
AM_CXXFLAGS = -I$(srcdir)/otherlibs/ -fPIC -O3 -march=native -DNDEBUG
endif
MORE_WARNINGS_CXXFLAGS =
endif
Expand Down

0 comments on commit a4c8e7d

Please sign in to comment.