diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg new file mode 100644 index 000000000..928ca03c8 --- /dev/null +++ b/PREUPLOAD.cfg @@ -0,0 +1,2 @@ +[Builtin Hooks] +gofmt = true diff --git a/cc/sanitize.go b/cc/sanitize.go index 2676373f0..ff0d772e7 100644 --- a/cc/sanitize.go +++ b/cc/sanitize.go @@ -25,9 +25,9 @@ import ( ) const ( - asanCflags = "-fno-omit-frame-pointer" + asanCflags = "-fno-omit-frame-pointer" asanLdflags = "-Wl,-u,__asan_preinit" - asanLibs = "libasan" + asanLibs = "libasan" ) type sanitizerType int