summaryrefslogtreecommitdiffstats
path: root/net/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'net/SConscript')
-rw-r--r--net/SConscript11
1 files changed, 2 insertions, 9 deletions
diff --git a/net/SConscript b/net/SConscript
index 5f52b01..fc9d706 100644
--- a/net/SConscript
+++ b/net/SConscript
@@ -45,11 +45,9 @@ env.Prepend(
env.Append(
CPPDEFINES = [
'U_STATIC_IMPLEMENTATION',
- 'CERT_CHAIN_PARA_HAS_EXTRA_FIELDS',
],
CCFLAGS = [
- '/wd4503',
- '/wd4819',
+ '/Wp64',
],
)
@@ -163,16 +161,11 @@ env_tests.Prepend(
'_WIN32_WINNT=0x0600',
'WINVER=0x0600',
'_HAS_EXCEPTIONS=0',
- 'CERT_CHAIN_PARA_HAS_EXTRA_FIELDS',
- 'WIN32_LEAN_AND_MEAN',
],
CCFLAGS = [
+ '/TP',
'/WX',
'/Wp64',
- '/TP',
-
- '/wd4503',
- '/wd4819',
],
LINKFLAGS = [
'/DELAYLOAD:"dwmapi.dll"',