Pass -Wno-unused-variable when building binaryen during CI (#938)
See https://github.com/emscripten-core/emsdk/pull/936 See https://github.com/WebAssembly/binaryen/issues/4353
This commit is contained in:
@@ -28,6 +28,11 @@ jobs:
|
|||||||
executor: bionic
|
executor: bionic
|
||||||
environment:
|
environment:
|
||||||
EMSDK_NOTTY: "1"
|
EMSDK_NOTTY: "1"
|
||||||
|
# This is needed because the old gcc-7 that is installed on debian/bionic
|
||||||
|
# generates warnings about unused variables when doing C++17
|
||||||
|
# destructuring:
|
||||||
|
# https://github.com/WebAssembly/binaryen/issues/4353
|
||||||
|
CXXFLAGS: "-Wno-unused-variable"
|
||||||
# I don't know why circleci VMs pretent to have 36 cores but its a lie.
|
# I don't know why circleci VMs pretent to have 36 cores but its a lie.
|
||||||
EMSDK_NUM_CORES: "4"
|
EMSDK_NUM_CORES: "4"
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user