diff options
author | Tom Rondeau <tom@trondeau.com> | 2014-07-30 14:27:03 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2014-07-30 14:27:03 -0400 |
commit | 2017526da4134a63f633741f61bdd25b4871b021 (patch) | |
tree | 36398027bc897e26a10ed2fae69962124dba97d1 /docs/doxygen/other | |
parent | df7de9d97b755b3986c71756c921ba9ff6df3d18 (diff) |
volk: removing ENABLE_ASM. Doesn't work and doens't make sense to have.
Diffstat (limited to 'docs/doxygen/other')
-rw-r--r-- | docs/doxygen/other/build_guide.dox | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/doxygen/other/build_guide.dox b/docs/doxygen/other/build_guide.dox index 0422ef6910..5375379b08 100644 --- a/docs/doxygen/other/build_guide.dox +++ b/docs/doxygen/other/build_guide.dox @@ -161,7 +161,6 @@ If not specified, the "Release" mode is the default. \li ENABLE_GR_CTRLPORT: Turn Building ControlPort. Default is True \li ENABLE_PERFORMANCE_COUNTERS: Turn performance counters on/off in runtime. Default is True. \li ENABLE_ORC: tells VOLK enable/disable use of Orc. Default is True. -\li ENABLE_ASM: tells VOLK to use assembly files for proto-kernels if defined for the architecture. Default is True. \li ENABLE_STATIC_LIBS: build static library files. Default is False. \li CMAKE_TOOLCHAIN_FILE: A toolchain file to setup the CMake environment for cross-compiling. |