sierdzio / gibs

Experimental project: in-source build system. Just for fun ;-)
Other
0 stars 1 forks source link

Allow debug and release builds #30

Closed sierdzio closed 6 years ago

sierdzio commented 6 years ago

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.

sierdzio commented 6 years ago

Done