forked from soutade/libgourou
		
	Forward DEBUG flag in Makefile
This commit is contained in:
		| @@ -23,7 +23,7 @@ LDFLAGS += -lgourou | ||||
| endif | ||||
|  | ||||
| ifneq ($(DEBUG),) | ||||
| CXXFLAGS += -ggdb -O0 | ||||
| CXXFLAGS += -ggdb -O0 -DDEBUG | ||||
| else | ||||
| CXXFLAGS += -O2 | ||||
| endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user