Skip to content

Commit

Permalink
ground 1
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe committed Oct 14, 2023
1 parent 90a8177 commit a99c489
Show file tree
Hide file tree
Showing 10 changed files with 1,557 additions and 640 deletions.
8 changes: 8 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[build]
#target = "x86_64-unknown-linux-musl"
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 a99c489

Please sign in to comment.