Skip to content

Commit

Permalink
Merge pull request #993 from Qwinci/fix-debug-rtdl
Browse files Browse the repository at this point in the history
rtdl: Fix debug mode build
  • Loading branch information
mintsuki authored Feb 16, 2024
2 parents bfd94f8 + 9da87f2 commit b5abcf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ if not headers_only

ld_cpp_args = [
'-fvisibility=hidden',
'-fvisibility-inlines-hidden',
'-fno-stack-protector',
'-DMLIBC_BUILDING_RTDL'
]
Expand Down

0 comments on commit b5abcf6

Please sign in to comment.