diff options
| author | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2022-06-29 13:09:57 +0200 |
|---|---|---|
| committer | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2022-06-29 13:09:57 +0200 |
| commit | 8deeb216cbff4e578284fc040d8f0b51e96d4b04 (patch) | |
| tree | 28b262c95d47f75c870b4d0bd5899d3e1a36cc9c /libpsn00b | |
| parent | 6120304537470e7e5ff94b3bf19a33787ca69083 (diff) | |
| download | psn00bsdk-8deeb216cbff4e578284fc040d8f0b51e96d4b04.tar.gz | |
Add -g to default flags, update changelog and known bugs
Diffstat (limited to 'libpsn00b')
| -rw-r--r-- | libpsn00b/cmake/flags.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libpsn00b/cmake/flags.cmake b/libpsn00b/cmake/flags.cmake index e31773f..5d9c751 100644 --- a/libpsn00b/cmake/flags.cmake +++ b/libpsn00b/cmake/flags.cmake @@ -42,6 +42,8 @@ target_compile_options( -march=r3000 -mtune=r3000 -mabi=32 + -mno-mt + -mno-llsc -mdivide-breaks -O2 # Standard library options @@ -49,6 +51,7 @@ target_compile_options( -fno-builtin -nostdlib # Other options + -g -fdata-sections -ffunction-sections -fsigned-char |
