Skip to content

Commit

Permalink
[TWEAK] Remove FOR_RELEASE check
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Sunday committed Aug 2, 2024
1 parent 7d4a6c4 commit 4cb3987
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions CI/before_script.osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ else
)
fi

if [[ "${FOR_RELEASE}" ]]; then
CMAKE_CONF_OPTS+=(
-D CMAKE_C_FLAGS_RELEASE="-g -O0"
-D CMAKE_CXX_FLAGS_RELEASE="-g -O0"
)
fi

cmake \
"${CMAKE_CONF_OPTS[@]}" \
-D BUILD_OPENMW=TRUE \
Expand Down

0 comments on commit 4cb3987

Please sign in to comment.