mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
fix ENABLE_MULTITARGET_CODE not defined warning in some builds
This commit is contained in:
parent
7ef3f56066
commit
c07c65615d
@ -89,6 +89,10 @@ bool isArchSupported(TargetArch arch);
|
||||
|
||||
String toString(TargetArch arch);
|
||||
|
||||
#ifndef ENABLE_MULTITARGET_CODE
|
||||
# define ENABLE_MULTITARGET_CODE 0
|
||||
#endif
|
||||
|
||||
#if ENABLE_MULTITARGET_CODE && defined(__GNUC__) && defined(__x86_64__)
|
||||
|
||||
/// NOLINTNEXTLINE
|
||||
|
Loading…
Reference in New Issue
Block a user