improve Makefile
This commit is contained in:
@@ -48,6 +48,8 @@ CFLAGS += -Wstrict-prototypes -Wmissing-prototypes
|
|||||||
DEBUG_OPTIONS = -fsanitize=address -g3 -O0 -DDEBUG
|
DEBUG_OPTIONS = -fsanitize=address -g3 -O0 -DDEBUG
|
||||||
RELEASE_OPTIONS = -Os -Werror
|
RELEASE_OPTIONS = -Os -Werror
|
||||||
|
|
||||||
|
.PHONY: all debug release clean install test
|
||||||
|
|
||||||
all: debug
|
all: debug
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
|
|||||||
Reference in New Issue
Block a user