=== modified file 'Makefile' --- Makefile 2019-07-15 01:59:36 +0000 +++ Makefile 2019-07-15 03:36:35 +0000 @@ -25,7 +25,7 @@ -fsanitize=object-size -fsanitize=float-divide-by-zero \ -fsanitize=float-cast-overflow -fsanitize=nonnull-attribute \ -fsanitize=returns-nonnull-attribute -fsanitize=bool \ - -fsanitize=enum + -fsanitize=enum -fsanitize-address-use-after-scope # For info about _FORTIFY_SOURCE, see feature_test_macros(7) # and .