journal/Alloy.toml
2022-06-20 22:46:11 +01:00

14 lines
272 B
TOML

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