undo change in mini.c
[mono-project.git] / sdks / Make.config.sample
blob2c5f9b385dfe463d94e7392aebf41240f1a07675
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 building Mac
10 #DISABLE_MAC = 1
12 #Disables build WebAssembly
13 #DISABLE_WASM = 1
15 #Disables WebAssembly Windows cross build
16 #DISABLE_WASM_CROSS = 1
18 #Disables building the BCL
19 #DISABLE_BCL = 1
21 #Disables building the Desktop profile
22 #DISABLE_DESKTOP = 1
24 #Disables building LLVM toolchain (some targets like ios/android/wasm will still use it)
25 #DISABLE_LLVM = 1
27 #Enables passing --enable-cxx to configure.
28 #ENABLE_CXX = 1