summaryrefslogtreecommitdiff
blob: f5c61737f7ae34721e05f37a56748e8f7560112b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/makefile b/makefile
index 16f9052..3ada81f 100644
--- a/makefile
+++ b/makefile
@@ -21,8 +21,6 @@
 #
 ########################################################################
 
-CC         = cc
-CFLAGS     = -O -g
 SRC        = ./src
 
 # For MPI, mpicc will set up the proper include and library paths