This repository has been archived by the owner on Jan 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcommands.txt
76 lines (74 loc) · 2.07 KB
/
commands.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# cl
-c /c
-C /C
-w /w
-g /Zi
-x[ ]c /TC
-x[ ]c++ /TP
-D[ ]%s /D%s
-U[ ]%s /U%s
-O1 /O2 /Ot
-O2 /O2 /Ot
-O3 /Ox
-Os /O1 /Os
-O0 /Od
-Wall /W3
-Wextra /Wall
-Werror /Wx
-Wcl,%s /%s
-Wcl,/%s /%s
-Wcl,-%s /%s
-mdll /LD
-msse /arch:SSE
-msse2 /arch:SSE2
-mavx /arch:AVX
-mavx2 /arch:AVX2
-frtti /GR
-fno-rtti /GR-
-fthreadsafe-statics /Zc:threadSafeInit
-fno-threadsafe-statics /Zc:threadSafeInit-
-fno-inline /Ob0
-finline-functions /Ob2
-fomit-frame-pointer /Oy
-fno-omit-frame-pointer /Oy-
-fpermissive /permissive
-fopenmp /openmp
-fstack-protector /GS
-fno-stack-protector /GS- /guard:cf-
-fstack-protector-strong /GS /guard:cf
-fstack-protector-all /GS /guard:cf
-fstack-check /GS
-fno-stack-check /GS- /guard:cf-
-funsigned-char /J
-fsized-deallocation /Zc:sizedDealloc
-fno-sized-deallocation /Zc:sizedDealloc-
-fconstexpr-depth=%d /constexpr:depth%d
-ffp-contract=fast /fp:fast
-ffp-contract=off /fp:strict
-fwhole-program /GL
-fno-whole-program /GL-
# link
-o[ ]%s /out:'%s'
-L[ ]%s /libpath:'%s'
-static /MD
-static-libgcc /MD
-static-libstdc++ /MD
-lc ""
-lm ""
-lrt ""
-lstdc++ ""
-lgcc_s ""
-lmingw32 ""
-lmingwex ""
-lmingwthrd ""
-lmoldname ""
-lpthread ""
-l%s '%s.lib'
-Wlink,%s /%s
-Wlink,/%s /%s
-Wlink,-%s /%s
-Wl,--whole-archive /wholearchive
-Wl,--out-implib,%s /implib:'%s'
-Wl,--out-implib -Wl,%s /implib:'%s'
-Wl,-output-def,%s /def'%s'
-Wl,-output-def -Wl,%s /def'%s'