Skip to content

Commit

Permalink
48660.patch
Browse files Browse the repository at this point in the history
Disable frame-pointer-optimization on Linux.
  • Loading branch information
kpamnany committed Apr 28, 2023
1 parent 25d006a commit 8b59441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codegen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#if defined(_CPU_X86_)
#define JL_NEED_FLOATTEMP_VAR 1
#endif
#if defined(_OS_WINDOWS_) || defined(_OS_FREEBSD_)
#if defined(_OS_LINUX_) || defined(_OS_WINDOWS_) || defined(_OS_FREEBSD_)
#define JL_DISABLE_FPO
#endif

Expand Down

0 comments on commit 8b59441

Please sign in to comment.