@@ -1,5 +1,8 @@
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
+# Enable assertions in JoltPhysics
+option(USE_ASSERTS "Enable asserts" OFF)
+
# When turning this option on, the library will be compiled using doubles for positions. This allows for much bigger worlds.
option(DOUBLE_PRECISION "Use double precision math" OFF)