edits: add comments to demonstrate the found bugs and bug injections
[model-checker-benchmarks.git] / benchmarks.mk
index 7f82f920f3c4df24d5ee651a5b7daccc628c55c9..aa5329d598f8f284c657906d4ad8a3696a5e661e 100644 (file)
@@ -12,7 +12,7 @@ BASE = ../..
 INCLUDE = -I$(BASE)/include -I../include
 
 # C preprocessor flags
-CPPFLAGS += $(INCLUDE) -g
+CPPFLAGS += $(INCLUDE) 
 
 # C++ compiler flags
 CXXFLAGS += $(CPPFLAGS)