Skip to content

Commit

Permalink
[libc][Obvious] Remove a compile opt to x86_64 longjmp in a previous …
Browse files Browse the repository at this point in the history
…commit.

The option -fno-omit-frame-pointer was accidentally added to the x86_64
longjmp target. This change not only removes it, but makes it
-fomit-frame-pointer.
  • Loading branch information
Siva Chandra Reddy committed Mar 24, 2023
1 parent 7a74869 commit 9fee241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libc/src/setjmp/x86_64/CMakeLists.txt
Expand Up @@ -21,5 +21,5 @@ add_entrypoint_object(
libc.include.setjmp
COMPILE_OPTIONS
-O3
-fno-omit-frame-pointer
-fomit-frame-pointer
)

0 comments on commit 9fee241

Please sign in to comment.