Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ria9993 committed May 13, 2024
1 parent f60bbf1 commit e089e84
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@ FLAGS = \
-Wall -Wextra -pedantic \
-std=c++98 \
-mavx \
-g3 \
-DIRCCORE_LOG_ENABLE \
-DIRC_VERBOSE_LOG \
-fsanitize=address
-O2

# Debug flags
# -g
# -fsanitize=address

# Verbose Log flags
# -DIRCCORE_LOG_ENABLE
# -DIRC_VERBOSE_LOG

all: $(NAME)

Expand Down

0 comments on commit e089e84

Please sign in to comment.