change gcc config to tackle incompatible pointer types
This commit is contained in:
parent
722480ad77
commit
65a52550dc
|
@ -202,6 +202,9 @@ switch("hint", "XCannotRaiseY:off")
|
|||
|
||||
--define:kzgExternalBlst
|
||||
|
||||
when defined(gcc):
|
||||
switch("passc", "-Wno-error=incompatible-pointer-types")
|
||||
|
||||
# ############################################################
|
||||
#
|
||||
# No LTO for crypto
|
||||
|
|
Loading…
Reference in New Issue