mirror of https://github.com/procxx/kepka.git
Fix build in Linux 32bit.
This commit is contained in:
parent
250718e766
commit
3d75d21a3e
|
@ -63,6 +63,7 @@
|
|||
],
|
||||
'cflags_cc': [
|
||||
'-Wno-strict-overflow',
|
||||
'-Wno-maybe-uninitialized',
|
||||
],
|
||||
'ldflags': [
|
||||
'-Wl,-wrap,aligned_alloc',
|
||||
|
|
Loading…
Reference in New Issue