This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Change debug CFLAGS.
tags/non-daw-v1.2.0
Jonathan Moore Liles
12 years ago
parent
0c4161ce85
commit
ee09187089
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
wscript
+ 1
- 1
wscript
View File
@@ -41,7 +41,7 @@ def configure(conf):
"-pipe"
]
debug_flags = [ '-g' ]
debug_flags = [ '-
O0', '-
g
3
' ]
if Options.options.debug:
Write
Preview
Loading…
Cancel
Save