Update perseus
delete space
This commit is contained in:
parent
cd52b6d893
commit
22bccbcd97
1 changed files with 1 additions and 3 deletions
|
@ -13,9 +13,7 @@ stdenv.mkDerivation {
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = ".";
|
sourceRoot = ".";
|
||||||
|
NIX_CFLAGS_COMPILE = [ "-std=c++14" ];
|
||||||
NIX_CFLAGS_COMPILE = [ "-std=c++14" ]; # Otherwise it does not compile
|
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
g++ Pers.cpp -O3 -fpermissive -o perseus
|
g++ Pers.cpp -O3 -fpermissive -o perseus
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue