Skip to content

Commit 1d59a11

Browse files
committed
Add wx.GCDC
1 parent adbbdcd commit 1d59a11

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

build.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -954,6 +954,8 @@ def cmd_cffi_gen(options, args):
954954
cxxflags.append('-I' + opj(CFFI_DIR, 'include'))
955955
cxxflags.append('-I' + opj(CFFI_DIR, 'cpp_gen'))
956956
cxxflags.append('-I' + opj(cfg.ROOT_DIR, 'src'))
957+
cxxflags.append('-O0')
958+
cxxflags.append('-g')
957959

958960
globalVerifyArgs = {'extra_compile_args': cxxflags,
959961
'extra_link_args': libs,

etg/_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
'dcmemory',
8383
'dcbuffer',
8484
#'dcscreen',
85-
#'dcgraph',
85+
'dcgraph',
8686
#'dcmirror',
8787
'dcprint',
8888
#'dcps',
File renamed without changes.

0 commit comments

Comments
 (0)