Skip to content

Commit

Permalink
add debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmudhera committed Nov 15, 2024
1 parent b7af9a9 commit 4b3c080
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ OBJ_FILES = $(SRC_FILES:.cpp=.o)
TARGET1 = $(BIN_DIR)/run_yacht_train_core
TARGET2 = $(BIN_DIR)/run_compute_similarity

debug: CXXFLAGS += -g
debug: all

# Build rules
all: $(TARGET1) $(TARGET2)

Expand Down

0 comments on commit 4b3c080

Please sign in to comment.