|
@@ -22,9 +22,10 @@
|
|
|
|
|
|
package cpp.vm.tracy;
|
|
|
|
|
|
-#if (!HXCPP_TRACY)
|
|
|
-#error "This class cannot be used without -D HXCPP_TRACY"
|
|
|
-#end
|
|
|
+// Disable this guard for now.
|
|
|
+// #if (!HXCPP_TRACY)
|
|
|
+// #error "This class cannot be used without -D HXCPP_TRACY"
|
|
|
+// #end
|
|
|
|
|
|
|
|
|
enum abstract PlotFormatType(cpp.UInt8) from cpp.UInt8 to cpp.UInt8 {
|
|
@@ -115,4 +116,4 @@ extern class Native_TracyProfiler {
|
|
|
typedef TracyProfiler = Cppia_TracyProfiler;
|
|
|
#else
|
|
|
typedef TracyProfiler = Native_TracyProfiler;
|
|
|
-#end
|
|
|
+#end
|