laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Client Quit]
laaron has joined #crystal-lang
_whitelogger has joined #crystal-lang
_whitelogger has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
return0e has quit [Ping timeout: 244 seconds]
_whitelogger has joined #crystal-lang
ht_ has joined #crystal-lang
<FromGitter>
<absolutejam_gitlab> Development deps have no adverse affect to the end binary right?
<FromGitter>
<absolutejam_gitlab> Like ameba
<FromGitter>
<watzon> Nope
dingenskirchen has joined #crystal-lang
sorcus has joined #crystal-lang
_whitelogger has joined #crystal-lang
sagax has quit [Ping timeout: 244 seconds]
_whitelogger has joined #crystal-lang
return0e has joined #crystal-lang
chachasmooth has joined #crystal-lang
<chachasmooth>
is there a way to inject variables at build time, similar to Go's -ldflags "-X main.version=1.2.3" (https://stackoverflow.com/a/11355611)?
<FromGitter>
<j8r> yes
<FromGitter>
<j8r> with macros
<FromGitter>
<j8r> one way is to use env vars, like`{{ env("VERSION") }}`