1.0.14
Changes
ispc_compile
now supports building optimized builds with debug symbols. This can be done by creating theispc::Config
(orispc_compile::Config
object and setting the debug and optimization flags for the ISPC library being built.
ispc_compile
now supports building optimized builds with debug symbols. This can be done by creating the ispc::Config
(or ispc_compile::Config
object and setting the debug and optimization flags for the ISPC library being built.