mirror of
https://github.com/love2d/love.git
synced 2026-08-21 21:15:09 +02:00
Reduce the compiled binary size.
This commit is contained in:
@@ -153,7 +153,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CFLAGS: /Zi
|
CFLAGS: /Zi
|
||||||
CXXFLAGS: /Zi
|
CXXFLAGS: /Zi
|
||||||
LDFLAGS: /DEBUG
|
LDFLAGS: /DEBUG:FULL /OPT:REF /OPT:ICF
|
||||||
run: cmake -Bbuild -Smegasource -T v142 -A ${{ matrix.platform }} --install-prefix %CD%\install -DCMAKE_PDB_OUTPUT_DIRECTORY=%CD%\pdb ${{ steps.vars.outputs.moredef }}
|
run: cmake -Bbuild -Smegasource -T v142 -A ${{ matrix.platform }} --install-prefix %CD%\install -DCMAKE_PDB_OUTPUT_DIRECTORY=%CD%\pdb ${{ steps.vars.outputs.moredef }}
|
||||||
- name: Install
|
- name: Install
|
||||||
run: cmake --build build --target PACKAGE --config Release -j2
|
run: cmake --build build --target PACKAGE --config Release -j2
|
||||||
|
|||||||
Reference in New Issue
Block a user