fix: remove debug flag
parent
6705134034
commit
16b856c8bc
|
@ -6,7 +6,7 @@ project(
|
|||
)
|
||||
|
||||
cpp_args = []
|
||||
cpp_link_args = ['-g']
|
||||
cpp_link_args = []
|
||||
|
||||
if false # libc++
|
||||
cpp_args += ['-stdlib=libc++']
|
||||
|
|
Loading…
Reference in New Issue