mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
disable use of SSE when compiling ahead-of-time
This commit is contained in:
@ -386,7 +386,7 @@ main(int ac, const char** av)
|
||||
System* s = makeSystem(0);
|
||||
Heap* h = makeHeap(s, 128 * 1024 * 1024);
|
||||
Finder* f = makeFinder(s, av[1], 0);
|
||||
Processor* p = makeProcessor(s, h);
|
||||
Processor* p = makeProcessor(s, h, false);
|
||||
|
||||
BootImage image;
|
||||
const unsigned CodeCapacity = 32 * 1024 * 1024;
|
||||
|
Reference in New Issue
Block a user