mirror of
https://github.com/rad4day/Waybar.git
synced 2025-08-08 00:22:43 +02:00
fix: remove debug flag
This commit is contained in:
@@ -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++']
|
||||||
|
Reference in New Issue
Block a user