Skip to content

Commit

Permalink
decrease jobs, add profiler, increase std version
Browse files Browse the repository at this point in the history
Signed-off-by: Suraj Ghimire <suraj@ghishadow.com>
  • Loading branch information
ghishadow committed Jun 26, 2024
1 parent a4d3f2c commit 6e77cf9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
[build]
jobs = 8
incremental = true # whether or not to enable incremental compilation
jobs = 6
incremental = true
profiler = true

[alias]
b = "build"

[env]
CXX = "clang++"
CXXSTDLIB = "libc++"
CXXFLAGS = "-std=c++20"
CXXFLAGS = "-std=c++23"


[future-incompat-report]
Expand Down

0 comments on commit 6e77cf9

Please sign in to comment.