summaryrefslogtreecommitdiffstats
path: root/vespamalloc/CMakeLists.txt
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-07-05 11:27:12 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-07-05 11:27:12 +0000
commit3cb497688ff40d668379bc3e94d5a709d53702bd (patch)
treec3eba0347571d085493b7653426457c2c0f43b78 /vespamalloc/CMakeLists.txt
parentfb55528c54d33785e4e4fe34019a18bb8c7d96fd (diff)
Only set PARANOID_LEVEL once. The first was ignored anyway.
Diffstat (limited to 'vespamalloc/CMakeLists.txt')
-rw-r--r--vespamalloc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespamalloc/CMakeLists.txt b/vespamalloc/CMakeLists.txt
index 6cd325ade67..be6a58ae532 100644
--- a/vespamalloc/CMakeLists.txt
+++ b/vespamalloc/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-add_compile_options(-fvisibility=hidden -DPARANOID_LEVEL=0)
+add_compile_options(-fvisibility=hidden)
add_compile_options(-DPARANOID_LEVEL=0)
vespa_define_module(