mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-04 19:15: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 --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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user