teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

コンパイルオプションの変更

2021/02/05 06:19

投稿

matsuda2
matsuda2

スコア29

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.dll",
62
+ "-lcurl"
61
- "-oa.exe",
62
- "main.cpp"
63
63
  ],
64
64
  "group": {
65
65
  "kind": "build",