Explorar el Código

Another Clang flag.

main
offa hace 7 años
padre
commit
e5425e77d3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      script/ci_build.sh

+ 1
- 1
script/ci_build.sh Ver fichero

@@ -3,7 +3,7 @@
set -ex

if [[ "${CXX}" == clang* ]]; then
export CXXFLAGS="-stdlib=libc++"
export CXXFLAGS="-stdlib=libc++ -lc++abi"
fi

mkdir build && cd build

Cargando…
Cancelar
Guardar