Skip to content
Snippets Groups Projects
Commit 424699ca authored by Salson Mikael's avatar Salson Mikael
Browse files

Add -DNDEBUG flag to compilation options

This will speed up execution as it will prevent from testing the asserts
parent 2863ae6f
Branches
No related tags found
No related merge requests found
CXX=g++
CXXFLAGS=-O2 -Wall -g
CXXFLAGS=-O2 -Wall -g -DNDEBUG
SRC=$(wildcard *.cpp)
OBJ=$(SRC:.cpp=.o)
EXE=$(SRC:.cpp=)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment