aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-09-04 22:31:41 +0200
committerMattias Andrée <maandree@operamail.com>2014-09-04 22:31:41 +0200
commit7393381894336af0a4812a488329d22c3c05d622 (patch)
treecc6680f82d8ebde37d33b586ecdeac98ad7e8337
parentdist (diff)
downloadlibgammamm-7393381894336af0a4812a488329d22c3c05d622.tar.gz
libgammamm-7393381894336af0a4812a488329d22c3c05d622.tar.bz2
libgammamm-7393381894336af0a4812a488329d22c3c05d622.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-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__