Move LogMessageData from .h to .cc
[platform/upstream/glog.git] / Makefile.am
index 6ef6c2b..e32bc6a 100644 (file)
@@ -25,6 +25,10 @@ else
 endif
 endif
 
+if DISABLE_RTTI
+  AM_CXXFLAGS += -fno-rtti
+endif
+
 glogincludedir = $(includedir)/glog
 ## The .h files you want to install (that is, .h files that people
 ## who install this package can include in their own applications.)