diff options
author | Zack Rusin <[email protected]> | 2009-05-01 12:50:38 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2009-05-01 12:51:01 -0400 |
commit | fbceedd2dee967b426ee187205941c6506769ea5 (patch) | |
tree | 43621f25c17b77d3de965aa1506d7878f837753b /configs | |
parent | 293f576db7cf3f411c2eeb0a72232d25b631dcd1 (diff) |
actually add debug to the debug config
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-x86-64-debug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/linux-x86-64-debug b/configs/linux-x86-64-debug index 46e72c990af..6f631c0e879 100644 --- a/configs/linux-x86-64-debug +++ b/configs/linux-x86-64-debug @@ -4,4 +4,5 @@ include $(TOP)/configs/linux-x86-64 CONFIG_NAME = linux-x86-64-debug +OPT_FLAGS = -g DEFINES += -DDEBUG -DDEBUG_MATH |