Browse Source

Change debug CFLAGS.

tags/non-daw-v1.2.0
Jonathan Moore Liles 12 years ago
parent
commit
ee09187089
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      wscript

+ 1
- 1
wscript View File

@@ -41,7 +41,7 @@ def configure(conf):
"-pipe"
]

debug_flags = [ '-g' ]
debug_flags = [ '-O0', '-g3' ]


if Options.options.debug:


Loading…
Cancel
Save