aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1cf9508..b32460b 100644
--- a/Makefile
+++ b/Makefile
@@ -65,9 +65,9 @@ PIC = -fPIC
endif
endif
-# The C standard for C code compilation
+# The C++ standard for C++ code compilation
STD = c++11
-# Optimisation settings for C code compilation
+# Optimisation settings for C++ code compilation
OPTIMISE ?= -Og -g
# Definitions for CPP, remove __GCC__ if you are not using g++
DEFS = __GCC__