Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-eschwartz authored Apr 29, 2024
1 parent 0a23832 commit e114312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
"dockerfile": "../Dockerfile",
"args": {
"CXXFLAGS": "-Og -g --param ggc-min-expand=100 --param ggc-min-heapsize=128000",
"CXXFLAGS": "-Og -g --param ggc-min-expand=100 --param ggc-min-heapsize=256000",
"NCPU": "2",
"RECLAIM": "" // Don't delete the build directories for a devcontainer!
}
Expand Down

0 comments on commit e114312

Please sign in to comment.