Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin authored Dec 17, 2024
1 parent 4b2a2c4 commit 259d9f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ LDFLAGS = -L/usr/local/lib -lgtest -lgtest_main -pthread
# CXXFLAGS = -std=c++20 -Iinclude -I/usr/local/include
# LDFLAGS = -L/usr/local/lib -lgtest -lgtest_main -pthread

CXXFLAGS += -fsanitize=address -g
LDFLAGS += -fsanitize=address
# CXXFLAGS += -fsanitize=address -g
# LDFLAGS += -fsanitize=address


# Output binary for main program
Expand Down

0 comments on commit 259d9f9

Please sign in to comment.