PERFORCE change 1193464 for review
Brooks Davis
brooks at FreeBSD.org
Tue May 6 19:57:35 UTC 2014
http://p4web.freebsd.org/@@1193464?ac=10
Change 1193464 by brooks at brooks_zenith on 2014/05/06 19:56:41
Force -g when building with SOAAP
Affected files ...
.. //depot/projects/ctsrd/tesla/src/share/mk/bsd.own.mk#16 edit
Differences ...
==== //depot/projects/ctsrd/tesla/src/share/mk/bsd.own.mk#16 (text+ko) ====
@@ -663,7 +663,7 @@
SOAAP_LIB_DIR=${SOAAP_BUILD_DIR}
.endif
.endif
-CFLAGS+= -DSOAAP -I${SOAAP_INCLUDE_DIR}
+CFLAGS+= -g -DSOAAP -I${SOAAP_INCLUDE_DIR}
.if defined(WITHOUT_LLVM_INSTRUMENTED)
.error WITHOUT_LLVM_INSTRUMENTED and WITH_SOAAP can't both be set.
.else
More information about the p4-projects
mailing list