mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
disbale dagcreaion during tests
This commit is contained in:
parent
afc3c13e2b
commit
e4947b5619
@ -224,7 +224,7 @@ public:
|
||||
bool bigData = false;
|
||||
bool wallet = false;
|
||||
bool nonetwork = false;
|
||||
bool nodag = false;
|
||||
bool nodag = true;
|
||||
/// @}
|
||||
|
||||
/// Get reference to options
|
||||
|
Loading…
Reference in New Issue
Block a user