summaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorTai Vuong <tvuong@audiokinetic.com>2017-11-13 16:29:04 -0500
committerTai Vuong <tvuong@audiokinetic.com>2017-11-13 16:29:04 -0500
commita9a8cf133f5f797806a2e0924ec9089d65cefff9 (patch)
tree9fb1b857de17884a29960db193b906568187a3d0 /conf.d
parent4867aefd08e4d830594cb8620d346cf87caf9a2d (diff)
remove EFENCE since ALSA had issue with it, update submodule tag
Signed-off-by: Tai Vuong <tvuong@audiokinetic.com>
Diffstat (limited to 'conf.d')
m---------conf.d/app-templates0
-rw-r--r--conf.d/cmake/config.cmake4
2 files changed, 4 insertions, 0 deletions
diff --git a/conf.d/app-templates b/conf.d/app-templates
-Subproject c881d86fc8852a2b2215856d3503aba192c0f4e
+Subproject 8c2b05967a3237e624a2cc78e13fcd1c5e72991
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake
index 07f5d2c..cb88135 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -39,6 +39,10 @@ set(PROJECT_SRC_DIR_PATTERN "[^_]*")
# ----------------------------------
set(CMAKE_BUILD_TYPE "DEBUG")
+# Alsa does not really like libEfence
+set(USE_EFENCE 0)
+
+
# Compiler selection if needed. Overload the detected compiler.
# -----------------------------------------------
set (gcc_minimal_version 4.9)