Skip to content

Commit

Permalink
build: undo compiler work-around flags
Browse files Browse the repository at this point in the history
Remove compiler workarounds that were needed
as g++ 5.4.0 wouldn't compile some versions of
boost graph library.
  • Loading branch information
dongahn committed Jul 21, 2020
1 parent ca7c5fa commit 24a9c53
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions resource/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
AM_CXXFLAGS = \
$(WARNING_CXXFLAGS) \
-Wno-unused-local-typedefs \
-Wno-deprecated-declarations \
-Wno-unused-variable \
-Wno-error \
$(CODE_COVERAGE_CXXFLAGS)

AM_LDFLAGS = $(CODE_COVERAGE_LDFLAGS)
Expand Down

0 comments on commit 24a9c53

Please sign in to comment.