Skip to content

Commit

Permalink
Linux: add optimized flags for Linux AppImage compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictress committed Jan 13, 2025
1 parent bea572b commit 8173090
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ jobs:
- name: Build the project
run: |
cmake -B build_linux -S . -DCMAKE_BUILD_TYPE=Release
cmake -B build_linux -S . -DCMAKE_BUILD_TYPE=Release -D \
CMAKE_C_FLAGS_RELEASE="-O3 -march=x86-64-v2 -mtune=generic -flto -fno-math-errno -fomit-frame-pointer -funroll-loops -DNDEBUG"
cmake --build build_linux --config Release
- name: Add desktop file and icon
Expand Down

0 comments on commit 8173090

Please sign in to comment.