mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-06 09:55:53 +00:00
Disable GENERATE_MAP by default (faster linking)
This commit is contained in:
parent
44b17813bd
commit
c21e495b7e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
cmake -B build
|
cmake -B build
|
||||||
cmake --build build
|
cmake --build build
|
||||||
- name: 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
|
- name: Upload map
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
2
Makefile
2
Makefile
@ -9,7 +9,7 @@ endif
|
|||||||
VERBOSE ?= 0
|
VERBOSE ?= 0
|
||||||
|
|
||||||
# If GENERATE_MAP set to 1, tells LDFLAGS to generate a mapfile, which makes linking take several minutes.
|
# 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)
|
ifeq ($(VERBOSE),0)
|
||||||
QUIET := @
|
QUIET := @
|
||||||
|
Loading…
x
Reference in New Issue
Block a user