Added flag to Makefile to set VERBOSE macro in base.h
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,8 +1,11 @@
|
|||||||
CC=gcc
|
CC=gcc
|
||||||
GENERAL-FLAGS=-Wall -Wextra -Werror -Wswitch-enum -std=c11
|
|
||||||
|
FVERBOSE=0
|
||||||
|
GENERAL-FLAGS=-Wall -Wextra -Werror -Wswitch-enum -std=c11 -D VERBOSE=$(FVERBOSE)
|
||||||
DEBUG-FLAGS=-ggdb -fsanitize=address
|
DEBUG-FLAGS=-ggdb -fsanitize=address
|
||||||
RELEASE-FLAGS=-O3
|
RELEASE-FLAGS=-O3
|
||||||
CFLAGS=$(GENERAL-FLAGS) $(DEBUG-FLAGS)
|
CFLAGS=$(GENERAL-FLAGS) $(DEBUG-FLAGS)
|
||||||
|
|
||||||
LIBS=
|
LIBS=
|
||||||
ARGS=
|
ARGS=
|
||||||
OUT=ovm.out
|
OUT=ovm.out
|
||||||
|
|||||||
Reference in New Issue
Block a user