|
|
@ -5,6 +5,13 @@ project('raycaster', 'cpp', |
|
|
|
'cpp_args=-D_GLIBCXX_DEBUG=1 -D_GLIBCXX_DEBUG_PEDANTIC=1', |
|
|
|
'cpp_args=-D_GLIBCXX_DEBUG=1 -D_GLIBCXX_DEBUG_PEDANTIC=1', |
|
|
|
]) |
|
|
|
]) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add_global_link_arguments( |
|
|
|
|
|
|
|
'-static-libgcc', |
|
|
|
|
|
|
|
'-static-libstdc++', |
|
|
|
|
|
|
|
'-static', |
|
|
|
|
|
|
|
language: 'cpp', |
|
|
|
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
# use this for common options only for our executables |
|
|
|
# use this for common options only for our executables |
|
|
|
cpp_args=[] |
|
|
|
cpp_args=[] |
|
|
|
# these are passed as override_defaults |
|
|
|
# these are passed as override_defaults |
|
|
|