cxx: attempt to enable coloured diagnostics on clang

This commit is contained in:
Danny Robson 2018-03-22 15:08:16 +11:00
parent 6af34bc023
commit efaf99ff60

View File

@ -19,6 +19,10 @@ include (compile_flag)
include (test_restrict) include (test_restrict)
###############################################################################
append_compile_flag ("-fcolor-diagnostics")
############################################################################### ###############################################################################
append_compile_flag ("-std=c++1z") append_compile_flag ("-std=c++1z")
append_compile_flag ("-fpermissive") append_compile_flag ("-fpermissive")