Skip to content

Commit 08b9498

Browse files
author
Clement Champetier
committed
SConstruct: add debug compilation option
To enable debug mode (breakpoints...).
1 parent 734f207 commit 08b9498

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SConstruct

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ env.Append(
5555
CXXFLAGS = [
5656
'-Wall',
5757
'-fPIC',
58+
'-g'
5859
],
5960
LIBPATH = [
6061
libavLibDir,

0 commit comments

Comments
 (0)