Commit fb20d90f authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Makefile changes to test release build

parent d9fdb374
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -84,6 +84,10 @@ LDFLAGS += -fsanitize=$(usan_checks)
LDFLAGS += -fsanitize-recover=$(usan_checks)
endif

# Testing release build
CFLAGS   += -DRELEASE
OPTIM    ?= 2

ifeq "$(RELEASE)" "1"
CFLAGS   += -DRELEASE
OPTIM    ?= 2