mirror of
https://github.com/love2d/love.git
synced 2026-08-17 02:58:31 +02:00
Reduce the compiled binary size.
This commit is contained in:
@@ -153,7 +153,7 @@ jobs:
|
||||
env:
|
||||
CFLAGS: /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 }}
|
||||
- name: Install
|
||||
run: cmake --build build --target PACKAGE --config Release -j2
|
||||
|
||||
Reference in New Issue
Block a user