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 := @