Skip to content

Commit

Permalink
Update vsconfig settings
Browse files Browse the repository at this point in the history
  • Loading branch information
precla committed Jun 2, 2019
1 parent 0db0b76 commit 51870c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"type": "shell",
"command": "gcc",
"args": [
"-g", "-o", "${fileDirname}/bin/iuvui",
"-g", "-pthread", "-o", "${fileDirname}/bin/iuvui",
"${fileDirname}/bin/main.o", "${fileDirname}/bin/intel_undervolt.o", "${fileDirname}/bin/measure.o",
"-lX11", "-lm", "-lGL", "-lGLU"
],
Expand Down

0 comments on commit 51870c8

Please sign in to comment.