Changed default to FULLSPEC

This commit is contained in:
akuker
2020-09-11 22:54:47 -05:00
parent 076d36d09c
commit 492bbafdcc

View File

@@ -39,7 +39,7 @@ CXXFLAGS += -std=c++14 -iquote . -MD -MP
## * THIS IS TYPICALLY THE ONLY COMPILE OPTION YOU ## * THIS IS TYPICALLY THE ONLY COMPILE OPTION YOU
## * NEED TO SPECIFY ## * NEED TO SPECIFY
# If its not specified, build for STANDARD configuration # If its not specified, build for STANDARD configuration
CONNECT_TYPE ?= STANDARD CONNECT_TYPE ?= FULLSPEC
ifdef CONNECT_TYPE ifdef CONNECT_TYPE
CFLAGS += -DCONNECT_TYPE_$(CONNECT_TYPE) CFLAGS += -DCONNECT_TYPE_$(CONNECT_TYPE)