diff Resources/CMake/OrthancStone.cmake @ 106:6a7c702a7531 wasm

optimization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 14 Jun 2017 14:21:24 +0200
parents efd9ef2b67f1
children 71d574a3607f
line wrap: on
line diff
--- a/Resources/CMake/OrthancStone.cmake	Thu Jun 01 12:33:24 2017 +0200
+++ b/Resources/CMake/OrthancStone.cmake	Wed Jun 14 14:21:24 2017 +0200
@@ -28,6 +28,7 @@
 SET(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)")
 SET(ALLOW_DOWNLOADS OFF CACHE BOOL "Allow CMake to download packages")
 SET(STONE_SANDBOXED OFF CACHE BOOL "Whether Stone runs inside a sandboxed environment (such as Google NaCl)")
+SET(ENABLE_PROFILING OFF CACHE BOOL "Whether to enable the generation of profiling information with gprof")
 
 # Optional components
 SET(ENABLE_CURL ON CACHE BOOL "Include support for libcurl")