aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/bruisertest/compile_commands.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bruisertest/compile_commands.json b/test/bruisertest/compile_commands.json
index 212a2c4..ff36476 100644
--- a/test/bruisertest/compile_commands.json
+++ b/test/bruisertest/compile_commands.json
@@ -1,6 +1,6 @@
[
{
- "command": "c++ -c -v -o test test.cpp",
+ "command": "c++ -c -o test test.cpp",
"directory": "/home/bloodstalker/devi/hell2/test/bruisertest",
"file": "/home/bloodstalker/devi/hell2/test/bruisertest/test.cpp"
}