Skip to content

Commit 2c26f58

Browse files
ilya-lavrenovazhai219
authored andcommitted
[FIX] Fixes for MKLDNN to enable LTO
1 parent c5fe1ff commit 2c26f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpu/x64/cpu_isa_traits.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#define XBYAK_NO_OP_NAMES
3333
/* in order to make selinux happy memory that would be marked with X-bit should
3434
* be obtained with mmap */
35-
#define XBYAK_USE_MMAP_ALLOCATOR
35+
// #define XBYAK_USE_MMAP_ALLOCATOR
3636

3737
#define XBYAK_NO_EXCEPTION
3838
#ifndef NDEBUG

0 commit comments

Comments
 (0)