diff --git a/matlab/global_initialization.m b/matlab/global_initialization.m
index 3b7417935b76a272177c8938d56e8e352b55d9a1..cdc52bf784f1f9f8981f9d63e58455457f3d0c5f 100644
--- a/matlab/global_initialization.m
+++ b/matlab/global_initialization.m
@@ -116,7 +116,7 @@ ep.memory = 0;
 % Set verbose mode
 ep.verbosity = 0;
 % Set bytecode flag
-ep.use_bytecode = 1;
+ep.use_bytecode = 0;
 % Initialization of the perfect foresight equilibrium paths
 % * init=0, previous solution is used.  
 % * init=1, a path generated with the first order reduced form is used.