mirror of
https://github.com/Cubitect/cubiomes-viewer.git
synced 2025-01-08 11:57:50 +08:00
build test mac 2
This commit is contained in:
parent
f06dd992bf
commit
7a11f3cab5
2
.github/workflows/macos-release.yaml
vendored
2
.github/workflows/macos-release.yaml
vendored
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user