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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/build/profiles/wasm.make')
-rw-r--r--mcs/build/profiles/wasm.make4
1 files changed, 3 insertions, 1 deletions
diff --git a/mcs/build/profiles/wasm.make b/mcs/build/profiles/wasm.make
index 473bdf020af..3e10d8974cc 100644
--- a/mcs/build/profiles/wasm.make
+++ b/mcs/build/profiles/wasm.make
@@ -23,7 +23,9 @@ PROFILE_MCS_FLAGS = \
-d:FULL_AOT_RUNTIME \
-d:WASM \
-d:DISABLE_COM \
- -d:FEATURE_NO_BSD_SOCKETS \
+ -d:FEATURE_NO_BSD_SOCKETS \
+ -d:DISABLE_REMOTING \
+ -d:DISABLE_SECURITY \
-nowarn:1699 \
-nostdlib \
$(PLATFORM_DEBUG_FLAGS)