Skip to content

Commit

Permalink
build test mac 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubitect committed Jan 28, 2024
1 parent f06dd99 commit 7a11f3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/macos-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,5 @@ jobs:
with:
name: ${{env.PROG}}-${{github.ref_name}}-macos
path: |
${{env.SOURCE_DIR}}/${{env.PROG}}.app
${{env.SOURCE_DIR}}/${{env.PROG}}.dmg
2 changes: 1 addition & 1 deletion cubiomes-viewer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ QT += core widgets
#QMAKE_CXX = clang++

CHARSET = -finput-charset=UTF-8 -fexec-charset=UTF-8
QMAKE_CFLAGS = $$CHARSET -fwrapv -DSTRUCT_CONFIG_OVERRIDE=1
QMAKE_CFLAGS = $$CFLAGS $$CHARSET -fwrapv -DSTRUCT_CONFIG_OVERRIDE=1
QMAKE_CXXFLAGS = $$QMAKE_CFLAGS -std=gnu++11
QMAKE_CXXFLAGS_RELEASE *= -O3

Expand Down

0 comments on commit 7a11f3c

Please sign in to comment.