journal/Alloy.toml

14 lines
299 B
TOML

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