fix: remove debug flag

This commit is contained in:
Alexis 2018-08-19 13:41:22 +02:00
parent 6705134034
commit 16b856c8bc
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ project(
) )
cpp_args = [] cpp_args = []
cpp_link_args = ['-g'] cpp_link_args = []
if false # libc++ if false # libc++
cpp_args += ['-stdlib=libc++'] cpp_args += ['-stdlib=libc++']