From 182d1832477f5914e413c3ddebf0884110ae3d6e Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Fri, 7 Feb 2025 14:02:56 +0100 Subject: [PATCH] committing to stash and compare --- cpp/Makefile | 2 +- cpp/src/model/ais/v1_simple.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/Makefile b/cpp/Makefile index 10a50a3..9fef9a3 100644 --- a/cpp/Makefile +++ b/cpp/Makefile @@ -1,5 +1,5 @@ CXXFLAGS += -O3 -Wall -CXXFLAGS += -pg +# CXXFLAGS += -pg # Add .d to Make's recognized suffixes. SUFFIXES += .d diff --git a/cpp/src/model/ais/v1_simple.cpp b/cpp/src/model/ais/v1_simple.cpp index 0eab1a9..15eaf6f 100644 --- a/cpp/src/model/ais/v1_simple.cpp +++ b/cpp/src/model/ais/v1_simple.cpp @@ -4,7 +4,7 @@ #include -#define MULTITHREADED 0 +#define MULTITHREADED 1 static int INFINITY = std::numeric_limits::max();