Skip to content

Commit

Permalink
Add -fpermissive to support Capstone 3.0.5-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Andriesse committed Feb 15, 2018
1 parent 5490fa2 commit 789b1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CXX=g++
CXXFLAGS=-Wall -std=c++11 -O2 -DNDEBUG
CXXFLAGS=-Wall -std=c++11 -O2 -DNDEBUG -fpermissive
LDFLAGS=-lcapstone -lbfd-multiarch

SRC=$(wildcard *.cc)
Expand Down

0 comments on commit 789b1f8

Please sign in to comment.