Skip to content

Commit

Permalink
delete:unused build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
xengine-qyt committed Jan 23, 2025
1 parent 9f3918b commit 7f5101a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/macbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
matrix:
include:
- os: macos-13
- os: macos-14
runs-on: ${{ matrix.os }}

steps:
Expand Down Expand Up @@ -81,7 +82,12 @@ jobs:
- name: test
run: |
cd XEngine_Release
./XEngine_StreamMediaApp -t
sudo launchctl limit core unlimited
sudo sysctl -w kern.corefile=coredump
./XEngine_StreamMediaApp -t
ls -al
lldb ./XEngine_StreamMediaApp ./coredump
continue-on-error: true

- name: Upload folder as artifact with mac x64
if: matrix.os == 'macos-13'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CC = g++ -Wall -std=c++17 -Wno-format-overflow
CC = g++ -Wall -std=c++17
PLATFORM = linux
PLATVER =
PLATDIR =
Expand Down

0 comments on commit 7f5101a

Please sign in to comment.