Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Also add to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
larroy committed May 6, 2019
1 parent d85e145 commit b380bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ endif

# CFLAGS for debug
ifeq ($(DEBUG), 1)
CFLAGS += -g -O0
CFLAGS += -g -O0 -D_GLIBCXX_ASSERTIONS
else
CFLAGS += -O3 -DNDEBUG=1
endif
Expand Down

0 comments on commit b380bb8

Please sign in to comment.