Disable GENERATE_MAP by default (faster linking)

This commit is contained in:
2022-08-12 21:29:02 -04:00
parent 44b17813bd
commit c21e495b7e
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ endif
VERBOSE ?= 0
# If GENERATE_MAP set to 1, tells LDFLAGS to generate a mapfile, which makes linking take several minutes.
GENERATE_MAP ?= 1
GENERATE_MAP ?= 0
ifeq ($(VERBOSE),0)
QUIET := @