Skip to content
Snippets Groups Projects
Select Git revision
  • todo
  • master default
  • maint
  • pu
  • next
  • v2.21.0
  • v2.21.0-rc2
  • v2.21.0-rc1
  • v2.21.0-rc0
  • v2.20.1
  • v2.20.0
  • v2.20.0-rc2
  • v2.20.0-rc1
  • v2.19.2
  • v2.20.0-rc0
  • v2.19.1
  • v2.18.1
  • v2.17.2
  • v2.16.5
  • v2.15.3
  • v2.14.5
  • v2.19.0
  • v2.19.0-rc2
  • v2.19.0-rc1
  • v2.19.0-rc0
25 results

Makefile

  • Junio C Hamano's avatar
    49757e11
    Merge branch 'jk/build-with-asan' into next · 49757e11
    Junio C Hamano authored
    The build procedure has been improved to allow building and testing
    Git with address sanitizer more easily.
    
    * jk/build-with-asan:
      Makefile: disable unaligned loads with UBSan
      Makefile: turn off -fomit-frame-pointer with sanitizers
      Makefile: add helper for compiling with -fsanitize
      test-lib: turn on ASan abort_on_error by default
      test-lib: set ASAN_OPTIONS variable before we run git
    49757e11
    History
    Merge branch 'jk/build-with-asan' into next
    Junio C Hamano authored
    The build procedure has been improved to allow building and testing
    Git with address sanitizer more easily.
    
    * jk/build-with-asan:
      Makefile: disable unaligned loads with UBSan
      Makefile: turn off -fomit-frame-pointer with sanitizers
      Makefile: add helper for compiling with -fsanitize
      test-lib: turn on ASan abort_on_error by default
      test-lib: set ASAN_OPTIONS variable before we run git