File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 24
24
buildPhase = ''
25
25
mkdir -pv $out/bin
26
26
g++ -fopenmp $src/datalog/ext-stg-gc.cpp \
27
- -D_OPENMP -std=c++17 \
27
+ -Wl,-u,__factory_Sf_ext_stg_gc_instance \
28
+ -std=c++17 \
28
29
-o $out/bin/ext-stg-gc
29
30
'' ;
30
31
} ;
Original file line number Diff line number Diff line change 26
26
"ghc-whole-program-compiler-project" : {
27
27
"fetchSubmodules" : true ,
28
28
"leaveDotGit" : false ,
29
- "owner" : " dmjio " ,
29
+ "owner" : " haskell-debugger " ,
30
30
"repo" : " ghc-whole-program-compiler-project" ,
31
- "rev" : " d058105b0bee1ab2e7c7aefd36bf9e0be6e840b7 " ,
32
- "sha256" : " sha256-lNNZRaJwHVPRi59pXEsWzxGrOJqwiAR2g56khKq8bic ="
31
+ "rev" : " 65ecaed " ,
32
+ "sha256" : " sha256-T9dUWUrGeva8ghwQ5Pu1paBbBgyjoTp3SQreHs94WRQ ="
33
33
},
34
34
"souffle-haskell" : {
35
35
"owner" : " luc-tielen" ,
You can’t perform that action at this time.
0 commit comments