Skip to content

Commit

Permalink
Merge pull request #2 from guykatzz/master
Browse files Browse the repository at this point in the history
disable debug
  • Loading branch information
jjgold012 authored Aug 6, 2019
2 parents 6a1696b + 499efec commit 8808af5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ CFLAGS += \
-Werror \
-Wno-deprecated \
-std=c++0x \
\
-g \

%.obj: %.cpp
@echo "CC\t" $@
Expand Down
1 change: 0 additions & 1 deletion maraboupy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ LINK_FLAGS += \
LOCAL_LIBRARIES += \

CFLAGS += \
-DDEBUG_ON \

SUFFIX = $(shell python3-config --extension-suffix)
API_NAME = $(addprefix MarabouCore, $(SUFFIX))
Expand Down

0 comments on commit 8808af5

Please sign in to comment.