We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 412dd2c commit 281ab41Copy full SHA for 281ab41
wscript
@@ -5,7 +5,7 @@ def configure(conf):
5
6
def build(bld):
7
bld(features="cxx cxxprogram",
8
- source="./src/Main.cpp ./src/Geo.cpp ./src/Piece.cpp ./src/Solver.cpp",
+ source="./src/Main.cpp ./src/Geo.cpp ./src/Piece.cpp ./src/Solver.cpp ./src/State.cpp",
9
target="solver",
10
includes=[".", ".."],
11
cxxflags=["-std=c++14", "-O3", "-march=native"])
0 commit comments