Skip to content

Commit

Permalink
Adding NDEBUG to default optimizations in Makefile.am
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidsmith committed May 31, 2024
1 parent dab14e3 commit 7f90f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if ENABLE_SHORT
AM_CXXFLAGS += -DENABLE_SHORT
endif

CXXFLAGS = -O3 # default has optimization on
CXXFLAGS = -O3 -DNDEBUG # default has optimization on

noinst_LIBRARIES = libabismal.a

Expand Down

0 comments on commit 7f90f30

Please sign in to comment.