Commit 74be67e5 authored by mercury233's avatar mercury233 Committed by GitHub

turn symbols off for release build (#2817)

parent a0cb105d
...@@ -460,12 +460,6 @@ jobs: ...@@ -460,12 +460,6 @@ jobs:
make -j 4 config=release make -j 4 config=release
cd .. cd ..
- name: Strip symbols
run: |
cd bin/release
strip YGOPro
cd ../..
- name: Upload build artifacts - name: Upload build artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
......
...@@ -328,7 +328,6 @@ workspace "YGOPro" ...@@ -328,7 +328,6 @@ workspace "YGOPro"
disablewarnings { "4244", "4267", "4838", "4996", "6011", "6031", "6054", "6262" } disablewarnings { "4244", "4267", "4838", "4996", "6011", "6031", "6054", "6262" }
filter { "configurations:Release", "not action:vs*" } filter { "configurations:Release", "not action:vs*" }
symbols "On"
defines "NDEBUG" defines "NDEBUG"
filter { "configurations:Debug", "action:vs*" } filter { "configurations:Debug", "action:vs*" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment