1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-13 07:14:31 +00:00

[TWEAK] Remove FOR_RELEASE check

This commit is contained in:
Sarah Sunday 2024-08-02 16:40:40 -05:00
parent 7d4a6c4f26
commit 4cb3987df1

View File

@ -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 \