diff options
Diffstat (limited to 'common/include/makefile')
-rw-r--r-- | common/include/makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/include/makefile b/common/include/makefile index fa392c7..7320605 100644 --- a/common/include/makefile +++ b/common/include/makefile @@ -80,7 +80,12 @@ endif # How to. # +$(call include,$(bld_root)/cxx/standard.make) # cxx_standard +ifdef cxx_standard +$(gen): odb_options += --std $(cxx_standard) $(call include,$(odb_rules)) +endif + $(call include,$(bld_root)/cxx/cxx-d.make) $(call include,$(bld_root)/cxx/cxx-o.make) $(call include,$(bld_root)/cxx/o-e.make) |