[BUILD] Change default build type (#945)

This commit is contained in:
Philippe Tillet
2022-12-03 17:47:33 -08:00
committed by GitHub
parent f2fcaeabf3
commit 99c7e0e008
3 changed files with 7 additions and 7 deletions

View File

@@ -25,8 +25,8 @@ def get_build_type():
elif check_env_flag("REL_WITH_DEB_INFO"):
return "RelWithDebInfo"
else:
return "Debug"
# TODO(Keren): Restore this before we merge into master
return "RelWithDebInfo"
# TODO: change to release when stable enough
#return "Release"