summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBaruch Sterin <baruchs@gmail.com>2015-11-05 01:23:31 -0800
committerBaruch Sterin <baruchs@gmail.com>2015-11-05 01:23:31 -0800
commitbe429079b547fa235cd0bbb696a7b73368606291 (patch)
tree4edbaaa73a00386611868910893eabcb97cd2eb5 /Makefile
parentc0ba25a69388765d7057ae8729e12b8a85435e35 (diff)
downloadabc-be429079b547fa235cd0bbb696a7b73368606291.tar.gz
abc-be429079b547fa235cd0bbb696a7b73368606291.tar.bz2
abc-be429079b547fa235cd0bbb696a7b73368606291.zip
CMakeLists.txt: pass CXX flags from the Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e33eb3eb..769b3499 100644
--- a/Makefile
+++ b/Makefile
@@ -193,5 +193,6 @@ docs:
cmake_info:
@echo SEPARATOR_CFLAGS $(CFLAGS) SEPARATOR_CFLAGS
+ @echo SEPARATOR_CXXFLAGS $(CXXFLAGS) SEPARATOR_CXXFLAGS
@echo SEPARATOR_LIBS $(LIBS) SEPARATOR_LIBS
@echo SEPARATOR_SRC $(SRC) SEPARATOR_SRC