diff --git a/conf/build-system/machine/native/compiler/clang.ini b/conf/build-system/machine/native/compiler/clang.ini index e69de29b..ff0b620c 100644 --- a/conf/build-system/machine/native/compiler/clang.ini +++ b/conf/build-system/machine/native/compiler/clang.ini @@ -0,0 +1,6 @@ +[binaries] +c_ld = 'lld-link' +cpp_ld = 'lld-link' + +[built-in options] +cpp_args = ['-fmodules'] \ No newline at end of file diff --git a/conf/build-system/machine/native/compiler/gcc.ini b/conf/build-system/machine/native/compiler/gcc.ini index e69de29b..0e462ed8 100644 --- a/conf/build-system/machine/native/compiler/gcc.ini +++ b/conf/build-system/machine/native/compiler/gcc.ini @@ -0,0 +1,6 @@ +[binaries] +c_ld = 'bfd' +cpp_ld = 'bfd' + +[built-in options] +cpp_args = ['-fmodules-ts'] \ No newline at end of file