diff options
Diffstat (limited to 'agl-identity-service/conf.d/cmake/config.cmake')
-rw-r--r-- | agl-identity-service/conf.d/cmake/config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agl-identity-service/conf.d/cmake/config.cmake b/agl-identity-service/conf.d/cmake/config.cmake index 04a9d45..c5fdae6 100644 --- a/agl-identity-service/conf.d/cmake/config.cmake +++ b/agl-identity-service/conf.d/cmake/config.cmake @@ -45,7 +45,7 @@ set(PROJECT_APP_TEMPLATES_DIR "../conf.d/app-templates") # Compilation Mode (DEBUG, RELEASE) # ---------------------------------- -set(USE_EFENCE 1) +set(USE_EFENCE 0) # Kernel selection if needed. You can choose between a # mandatory version to impose a minimal version. |