From c21e495b7ea4ba1fffcff561640b43ff2583c60d Mon Sep 17 00:00:00 2001 From: Luke Street Date: Fri, 12 Aug 2022 21:29:02 -0400 Subject: [PATCH] Disable GENERATE_MAP by default (faster linking) --- .github/workflows/build.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0721dbf3..0a572c63 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: cmake -B build cmake --build build - name: Build - run: make -j$(nproc) WINE=./tools/WiBo/build/wibo + run: make -j$(nproc) WINE=./tools/WiBo/build/wibo GENERATE_MAP=1 - name: Upload map uses: actions/upload-artifact@v2 with: diff --git a/Makefile b/Makefile index 1a2085fa..025c60be 100644 --- a/Makefile +++ b/Makefile @@ -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 := @