質問編集履歴
1
コンパイルオプションの変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -110,17 +110,17 @@
|
|
110
110
|
|
111
111
|
"-g",
|
112
112
|
|
113
|
+
"main.cpp",
|
114
|
+
|
115
|
+
"-oa.exe",
|
116
|
+
|
113
117
|
"-DCURL_STATICLIB",
|
114
118
|
|
115
119
|
"-IC:/Program Files (x86)/curl-7.75.0-win64-mingw/include",
|
116
120
|
|
117
121
|
"-LC:/Program Files (x86)/curl-7.75.0-win64-mingw/lib",
|
118
122
|
|
119
|
-
"-lcurl
|
123
|
+
"-lcurl"
|
120
|
-
|
121
|
-
"-oa.exe",
|
122
|
-
|
123
|
-
"main.cpp"
|
124
124
|
|
125
125
|
],
|
126
126
|
|