-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
The debug flags are too simplistic and do not provide for a good debugging experience:
Lines 56 to 58 in 90e0819
| DEBUGOPT_CC = -g -D_DEBUG | |
| DEBUGOPT_CXX = -g -D_DEBUG | |
| DEBUGOPT_LINK = -g |
Reactions are currently unavailable