Update sdks-archive.groovy
[mono-project.git] / sdks / Make.config.sample
blob894052347b69811d437f02f0713b27581d9fdbfe
1 #This is a sample file of all options that can be used by a Make.config file.
3 #Enables building Android
4 ENABLE_ANDROID = 1
6 #Disables building Android
7 #DISABLE_ANDROID = 1
9 #Disables building iOS
10 #DISABLE_IOS = 1
12 #Disables building Mac
13 #DISABLE_MAC = 1
15 #Disables build WebAssembly
16 #DISABLE_WASM = 1
18 #Disables WebAssembly Windows cross build
19 #DISABLE_WASM_CROSS = 1
21 #Disables building the BCL
22 #DISABLE_BCL = 1
24 #Disables building the Desktop profile
25 #DISABLE_DESKTOP = 1
27 #Disables building LLVM toolchain (some targets like ios/android/wasm will still use it)
28 #DISABLE_LLVM = 1
30 #Enables passing --enable-cxx to configure.
31 #ENABLE_CXX = 1
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
40 #DOTNET_REPO_DIR =