Skip to content

Commit

Permalink
Compile cstest with debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Aug 8, 2023
1 parent 1aa62ad commit 75923a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suite/cstest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LIBRARY = -lcmocka -lcapstone -L../..
all:
rm -rf $(BUILD)
mkdir $(BUILD)
$(CC) $(SOURCE)/*.c $(INCLUDE:%=-I %) -o $(BUILD)/cstest $(LIBRARY)
$(CC) $(SOURCE)/*.c $(INCLUDE:%=-I %) -g -o $(BUILD)/cstest $(LIBRARY)
cstest:
$(BUILD)/cstest -d ../MC
clean:
Expand Down

0 comments on commit 75923a1

Please sign in to comment.