• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash -eu
2
3CFLAGS="-fsanitize=address -g" CXXFLAGS=${CFLAGS} ./configure
4
5