committing to stash and compare
This commit is contained in:
parent
1b14ed693d
commit
182d183247
@ -1,5 +1,5 @@
|
|||||||
CXXFLAGS += -O3 -Wall
|
CXXFLAGS += -O3 -Wall
|
||||||
CXXFLAGS += -pg
|
# CXXFLAGS += -pg
|
||||||
|
|
||||||
# Add .d to Make's recognized suffixes.
|
# Add .d to Make's recognized suffixes.
|
||||||
SUFFIXES += .d
|
SUFFIXES += .d
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
#define MULTITHREADED 0
|
#define MULTITHREADED 1
|
||||||
|
|
||||||
static int INFINITY = std::numeric_limits<int>::max();
|
static int INFINITY = std::numeric_limits<int>::max();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user