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: e88efa8746ec6b8203f4c7b7c22f240fae59f389 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#This is a sample file of all options that can be used by a Make.config file.

#Disables building Android
#DISABLE_ANDROID = 1

#Disables building iOS
#DISABLE_IOS = 1

#Disables build WebAssembly
#DISABLE_WASM = 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