File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ endif
105
105
darwin_release_CFLAGS =-O2
106
106
darwin_release_CXXFLAGS =$(darwin_release_CFLAGS )
107
107
108
- darwin_debug_CFLAGS =-O1
108
+ darwin_debug_CFLAGS =-O1 -g
109
109
darwin_debug_CXXFLAGS =$(darwin_debug_CFLAGS )
110
110
111
111
darwin_cmake_system =Darwin
Original file line number Diff line number Diff line change 10
10
linux_release_CFLAGS =-O2
11
11
linux_release_CXXFLAGS =$(linux_release_CFLAGS )
12
12
13
- linux_debug_CFLAGS =-O1
13
+ linux_debug_CFLAGS =-O1 -g
14
14
linux_debug_CXXFLAGS =$(linux_debug_CFLAGS )
15
15
16
16
linux_debug_CPPFLAGS =-D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC -D_LIBCPP_ENABLE_DEBUG_MODE=1
Original file line number Diff line number Diff line change 14
14
mingw32_release_CFLAGS =-O2
15
15
mingw32_release_CXXFLAGS =$(mingw32_release_CFLAGS )
16
16
17
- mingw32_debug_CFLAGS =-O1
17
+ mingw32_debug_CFLAGS =-O1 -g
18
18
mingw32_debug_CXXFLAGS =$(mingw32_debug_CFLAGS )
19
19
20
20
mingw32_debug_CPPFLAGS =-D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC
You can’t perform that action at this time.
0 commit comments