committing to stash and compare

This commit is contained in:
Karma Riuk 2025-02-07 14:02:56 +01:00
parent 1b14ed693d
commit 182d183247
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
CXXFLAGS += -O3 -Wall
CXXFLAGS += -pg
# CXXFLAGS += -pg
# Add .d to Make's recognized suffixes.
SUFFIXES += .d

View File

@ -4,7 +4,7 @@
#include <map>
#define MULTITHREADED 0
#define MULTITHREADED 1
static int INFINITY = std::numeric_limits<int>::max();