Fix checking the contents of the sourcelink file on windows.
[mono-project.git] / sdks / Make.config.sample
blob12db187a10cde0a7127ad54b641c8daea46bfef9
1 #This is a sample file of all options that can be used by a Make.config file.
3 #Disables building Android
4 #DISABLE_ANDROID = 1
6 #Disables building iOS
7 #DISABLE_IOS = 1
9 #Disables build WebAssembly
10 #DISABLE_WASM = 1
12 #Disables building the BCL
13 #DISABLE_BCL = 1
15 #Disables building the Desktop profile
16 #DISABLE_DESKTOP = 1
18 #Disables building LLVM toolchain (some targets like ios/android/wasm will still use it)
19 #DISABLE_LLVM = 1
21 #Enables passing --enable-cxx to configure.
22 #ENABLE_CXX = 1