Skip to content

Commit

Permalink
CMAKE_BIULD_TYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
ludocosmo committed Jan 18, 2021
1 parent d1c5447 commit cf9aef6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CI/full-build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
# Halt on errors
set -eE

set -x

## SET UP ENVIRONMENT ##
PRODUCT_NAME="OBS-Studio"

Expand Down Expand Up @@ -197,7 +199,7 @@ install_cef() {
ensure_dir ./build
step "Run CMAKE..."
cmake \
-DCMAKE_BUILD_TYPE=${CI_BUILD_TYPE} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_FLAGS="-std=c++11 -stdlib=libc++"\
-DCMAKE_EXE_LINKER_FLAGS="-std=c++11 -stdlib=libc++"\
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.11 \
Expand Down
2 changes: 0 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ variables:
value: '1.23.0'
- name: QT_VERSION
value: '5.14.1'
- name: SIGN_IDENTITY
value: ''

parameters:
- name: vendors
Expand Down

0 comments on commit cf9aef6

Please sign in to comment.