Module Name: src
Committed By: christos
Date: Wed Jun 1 00:54:20 UTC 2016
Modified Files:
src/external/gpl3/gcc/lib/libasan: Makefile
Log Message:
more flags.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/external/gpl3/gcc/lib/libasan/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/lib/libasan/Makefile
diff -u src/external/gpl3/gcc/lib/libasan/Makefile:1.13 src/external/gpl3/gcc/lib/libasan/Makefile:1.14
--- src/external/gpl3/gcc/lib/libasan/Makefile:1.13 Tue May 31 17:34:13 2016
+++ src/external/gpl3/gcc/lib/libasan/Makefile Tue May 31 20:54:20 2016
@@ -89,6 +89,9 @@ CPPFLAGS+=-D_DEBUG -D__STDC_CONSTANT_MAC
LIBDPLIBS+= stdc++ ${.CURDIR}/../libstdc++-v3
LIBDPLIBS+= pthread ${.CURDIR}/../../../../../lib/libpthread
COPTS+=-std=gnu++11 -fsized-deallocation -fvisibility=hidden
+COPTS+=-fno-builtin -fno-exceptions -fno-rtti-funwind-tables
+# Can't profile without it`
+#-fomit-frame-pointer
.if ${MACHINE_ARCH} == "vax"
COPTS.asan_allocator2.cc += -O1