sierdzio/gibs

Allow debug and release builds

sierdzio opened this issue · 1 comments

Quite obvious, isn't it? Currently gibs only builds in debug mode.

Proposed syntax:

gibs --release main.cpp
gibs --debug main.cpp

Which should be the default? Most probably the release build.

Done