journal/Alloy.toml
2022-06-20 00:17:58 +01:00

14 lines
239 B
TOML

[package]
name = "journal"
authors = []
standard = "c++20"
version = "0.1.0"
[lib]
name = "libjournal"
cc-flags = ["-DJOURNAL_ALL"]
[[bin]]
name = "journal"
cc-flags = ["-DJOURNAL_ALL", "-gcodeview", "-g"]
ld-flags = ["-g", "-gcodeview"]