1 #This is a sample file of all options that can be used by a Make.config file.
3 #Enables building Android
6 #Disables building Android
12 #Disables building Mac
15 #Disables build WebAssembly
18 #Disables WebAssembly Windows cross build
19 #DISABLE_WASM_CROSS = 1
21 #Disables building the BCL
24 #Disables building the Desktop profile
27 #Disables building LLVM toolchain (some targets like ios/android/wasm will still use it)
30 #Enables passing --enable-cxx to configure.
33 # Enable netcore support in the WASM build
34 #ENABLE_WASM_NETCORE = 1
36 # Disable non-wasm support in the WASM build
37 #DISABLE_WASM_NO_NETCORE = 1
39 # Path to the dotnet/runtime repo for the WASM netcore build
42 # Enable WASM threads build
43 #ENABLE_WASM_THREADS=1
45 # Enable WASM dynamic runtime build
46 #ENABLE_WASM_DYNAMIC_RUNTIME=1