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:
parent
7d4a6c4f26
commit
4cb3987df1
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user