Matthias Andreas Benkard | f59e097 | 2018-04-10 22:01:34 +0200 | [diff] [blame] | 1 | # Copyright 2015 Andrew Gottemoller. |
2 | # | ||||
3 | # This software is a copyrighted work licensed under the terms of the | ||||
4 | # Weld license. Please consult the file "WELD_LICENSE" for | ||||
5 | # details. | ||||
6 | |||||
7 | # This makefile defines settings for the cpp language | ||||
8 | |||||
9 | |||||
10 | compile_command := $(if $(gcc_opt_use_clang),clang++,g++) | ||||
11 | |||||
12 | compiler_flag_list := -std=c++11 $(compiler_flag_list) |