Skip to content

Commit

Permalink
reset makefile to remove declare NDEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillermo A. Perez committed Jun 22, 2016
1 parent 2559d63 commit 427ac6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CXX=g++
CXXFLAGS=-Wall -std=c++11 -pthread -O3 #-D NDEBUG
CXXFLAGS=-Wall -std=c++11 -pthread -O3 -D NDEBUG
HEADERS=abssynthe.h logging.h aig.h aiger.h
SOURCES=abssynthe.cpp logging.cpp aig.cpp aiger.c aigtocnf.c algos.cpp
CUDD_PATH=cudd-2.5.1
Expand Down

0 comments on commit 427ac6f

Please sign in to comment.