Build: Fixed Linux dev builds not getting optimized

This commit is contained in:
SourMesen 2023-02-20 18:03:49 -05:00 committed by GitHub
parent a8644c133d
commit b7d368d55f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,7 @@ jobs:
# forcing colours makes the log a little nicer to read.
- name: Build Mesen
run: |
make -j$(nproc) -O MESENFLAGS="-fdiagnostics-color=always" ${{ matrix.use_gcc }} LTO=true STATICLINK=true SYSTEM_LIBEVDEV=false
make -j$(nproc) -O ${{ matrix.use_gcc }} LTO=true STATICLINK=true SYSTEM_LIBEVDEV=false
- name: Upload Mesen
uses: actions/upload-artifact@v3