質問編集履歴
1
コンパイルオプションの変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -54,12 +54,12 @@
|
|
54
54
|
"command": "g++",
|
55
55
|
"args": [
|
56
56
|
"-g",
|
57
|
+
"main.cpp",
|
58
|
+
"-oa.exe",
|
57
59
|
"-DCURL_STATICLIB",
|
58
60
|
"-IC:/Program Files (x86)/curl-7.75.0-win64-mingw/include",
|
59
61
|
"-LC:/Program Files (x86)/curl-7.75.0-win64-mingw/lib",
|
60
|
-
"-lcurl
|
62
|
+
"-lcurl"
|
61
|
-
"-oa.exe",
|
62
|
-
"main.cpp"
|
63
63
|
],
|
64
64
|
"group": {
|
65
65
|
"kind": "build",
|