diff --git a/build/makefile b/build/makefile
index 1b3442e5ed5c9f0f4422389888ea0fd6ea9ca4d8..eb49b525ea34121c1a18ae4c6a0258489445cc65 100644
--- a/build/makefile
+++ b/build/makefile
@@ -16,16 +16,16 @@
 
 
 # Production runs
-FLAGS_NOAH = -O3 -ffree-form -ffree-line-length-none -fmax-errors=0 -fPIC
-FLAGS_COMM = -O3 -ffree-line-length-none -fmax-errors=0 -fPIC
-FLAGS_SUMMA = -O3 -ffree-line-length-none -fmax-errors=0 -fPIC
-FLAGS_ACTORS = -O3
+# FLAGS_NOAH = -O3 -ffree-form -ffree-line-length-none -fmax-errors=0 -fPIC
+# FLAGS_COMM = -O3 -ffree-line-length-none -fmax-errors=0 -fPIC
+# FLAGS_SUMMA = -O3 -ffree-line-length-none -fmax-errors=0 -fPIC
+# FLAGS_ACTORS = -O3
 
 # # Debug runs
-# FLAGS_NOAH = -p -g -O0 -ffree-form -ffree-line-length-none -fmax-errors=0 -fbacktrace -Wno-unused -Wno-unused-dummy-argument -fPIC
-# FLAGS_COMM = -p -g -O0 -Wall -ffree-line-length-none -fmax-errors=0 -fbacktrace -fcheck=bounds -fPIC
-# FLAGS_SUMMA = -p -g -O0 -Wall -ffree-line-length-none -fmax-errors=0 -fbacktrace -fcheck=bounds -fPIC
-# FLAGS_ACTORS = -g -O0 -Wall
+FLAGS_NOAH = -p -g -O0 -ffree-form -ffree-line-length-none -fmax-errors=0 -fbacktrace -Wno-unused -Wno-unused-dummy-argument -fPIC
+FLAGS_COMM = -p -g -O0 -Wall -ffree-line-length-none -fmax-errors=0 -fbacktrace -fcheck=bounds -fPIC
+FLAGS_SUMMA = -p -g -O0 -Wall -ffree-line-length-none -fmax-errors=0 -fbacktrace -fcheck=bounds -fPIC
+FLAGS_ACTORS = -g -O0 -Wall
 
 
 #========================================================================
diff --git a/config/Summa_Actors_Settings.json b/config/Summa_Actors_Settings.json
deleted file mode 100644
index 75e7a3c8b9bfbf4f66e451b51148160eacd7da29..0000000000000000000000000000000000000000
--- a/config/Summa_Actors_Settings.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
-    "SummaActor": {
-        "OuputStrucureSize": 250,
-        "maxGRUPerJob": 500
-    },
-    
-    "JobActor": {
-        "FileManagerPath": "/home/k13nk/SummaProject/SummaActorsSettings/fileManager.txt",
-        "outputCSV": false,
-        "csvPath": ""
-    },
-
-    "HRUActor": {
-        "printOutput": true,
-        "outputFrequency": 10
-    }
-}
\ No newline at end of file