Skip to content

Commit

Permalink
ground 1
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe committed Oct 15, 2023
1 parent 90a8177 commit 0cd5c5c
Show file tree
Hide file tree
Showing 13 changed files with 1,870 additions and 633 deletions.
7 changes: 7 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[build]
rustflags = ["--cfg", "uuid_unstable"]

#[target.'cfg(target_os = "linux")']
#rustflags = ["-C", "linker=ld.lld", "-C", "relocation-model=static", "-C", "strip=symbols", "--cfg", "uuid_unstable"]

#[build]
27 changes: 8 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
dist
cabal-dev
*.o
*.hi
*.chi
*.chs.h
.virtualenv
.hsenv
.cabal-sandbox/
cabal.sandbox.config
cabal.config
*.log
tags
bin/
*~
.stack-work
# Generated by Cargo
# will have compiled files and executables
debug/
target/

# These are backup files generated by rustfmt
**/*.rs.bk

# Added by cargo

/target
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
Loading

0 comments on commit 0cd5c5c

Please sign in to comment.