Brought in Amit's latest and tweaked a few more build options for enabling some safety checks in GCC.
This commit is contained in:
parent
eef13bd325
commit
308fe4bed2
6 changed files with 62 additions and 33 deletions
|
@ -7,6 +7,7 @@ constexpr const int RAY_VIEW_Y=0;
|
|||
constexpr const int SCREEN_HEIGHT=720;
|
||||
constexpr const int SCREEN_WIDTH=1280;
|
||||
constexpr const bool VSYNC=false;
|
||||
constexpr const int FRAME_LIMIT=30;
|
||||
#ifdef NDEBUG
|
||||
constexpr const bool DEBUG_BUILD=false;
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue