Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Make.config.sample « sdks - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c57fbbd74b673d01e8a50f111ba874a130c36f54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#This is a sample file of all options that can be used by a Make.config file.

#Enables building Android
ENABLE_ANDROID = 1

#Disables building Android
#DISABLE_ANDROID = 1

#Disables building iOS
#DISABLE_IOS = 1

#Disables building Mac
#DISABLE_MAC = 1

#Disables build WebAssembly
#DISABLE_WASM = 1

#Disables WebAssembly Windows cross build
#DISABLE_WASM_CROSS = 1

#Disables building the BCL
#DISABLE_BCL = 1

#Disables building the Desktop profile
#DISABLE_DESKTOP = 1

#Disables building LLVM toolchain (some targets like ios/android/wasm will still use it)
#DISABLE_LLVM = 1

#Enables passing --enable-cxx to configure.
#ENABLE_CXX = 1

# Enable WASM threads build
#ENABLE_WASM_THREADS=1

# Enable WASM dynamic runtime build
#ENABLE_WASM_DYNAMIC_RUNTIME=1