diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-04 22:31:41 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-04 22:31:41 +0200 |
commit | 7393381894336af0a4812a488329d22c3c05d622 (patch) | |
tree | cc6680f82d8ebde37d33b586ecdeac98ad7e8337 /Makefile | |
parent | dist (diff) | |
download | libgammamm-7393381894336af0a4812a488329d22c3c05d622.tar.gz libgammamm-7393381894336af0a4812a488329d22c3c05d622.tar.bz2 libgammamm-7393381894336af0a4812a488329d22c3c05d622.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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__ |