소스 검색

Add commented out gprof makefile options to Linux build.

Adam Ierymenko 11 년 전
부모
커밋
8d3dc3a44b
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      Makefile.linux

+ 4 - 0
Makefile.linux

@@ -14,6 +14,10 @@ STRIP=strip --strip-all
 #CFLAGS=-Wall -g -pthread $(INCLUDES) -DZT_TRACE $(DEFS)
 #STRIP=echo
 
+# Uncomment for gprof profile build
+#CFLAGS=-Wall -g -pg -pthread $(INCLUDES) $(DEFS)
+#STRIP=echo
+
 CXXFLAGS=$(CFLAGS) -fno-rtti
 
 include objects.mk