SkipLabs / skdb

SKDB is an embedded SQL database that stays in sync.
https://skdb.io
MIT License
103 stars 9 forks source link

[runtime][build] Obey specified OLEVEL when PROFILE missing #212

Closed jberdine closed 1 month ago

jberdine commented 1 month ago

and remove duplicate -g3 flags.

jberdine commented 1 month ago

I think this preserves current behavior when building with skargo, but enables building the runtime directly with e.g. OLEVEL=-O0 make ... to build the runtime with optimizations disabled for debugging.