projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
669d6dd
)
Ignore copy assignment warning
author
Fabian Fichter
<ianfab@users.noreply.github.com>
Sat, 19 Jun 2021 06:49:19 +0000 (08:49 +0200)
committer
Fabian Fichter
<ianfab@users.noreply.github.com>
Sat, 19 Jun 2021 06:49:19 +0000 (08:49 +0200)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
23a64ef
..
dc9a997
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-324,6
+324,9
@@
ifneq ($(largeboards),no)
ifeq ($(precomputedmagics),yes)
CXXFLAGS += -DPRECOMPUTED_MAGICS
endif
+ ifeq ($(bits),32)
+ CXXFLAGS += -Wno-class-memaccess
+ endif
endif
# Embed and enable NNUE