Revert "Temporarily disable -fno-rtti to fix the build"

This reverts commit a83c827da232740c33d3b51fdcc3d70a484d4f55.

The build is working again, so add -fno-rtti back in.

Change-Id: I3e8fff45860ba6c56eb5c808e7ab77bd0f520547
Signed-off-by: Jason M. Bills <jason.m.bills@intel.com>
diff --git a/hsbp-manager/CMakeLists.txt b/hsbp-manager/CMakeLists.txt
index db7ec2a..c41085d 100644
--- a/hsbp-manager/CMakeLists.txt
+++ b/hsbp-manager/CMakeLists.txt
@@ -28,11 +28,8 @@
     -Wuseless-cast \
     -Wdouble-promotion \
     -Wformat=2 \
-    "
+    -fno-rtti"
 )
-# Temporarily disable rtti
-# See https://github.com/chriskohlhoff/asio/issues/533
-#    -fno-rtti
 
 option (YOCTO "Enable Building in Yocto" OFF)