virtualx-engine/platform/osx
Rémi Verschelde b18ef4dc83 SCons: Remove redundant -fomit-frame-pointer and -ftree-vectorize
- `-fomit-frame-pointer` is included automatically by both GCC and
  Clang in `-O1` and above.
- `-ftree-vectorize` is included automatically by GCC in `-O2` and
  beyond, and seems always enabled by Clang.

Closes #66296. See that issue for a detailed investigation.

(cherry picked from commit c5c3d13dc0)
2022-12-04 20:03:06 +08:00
..
export [macOS] Fix export button incorrectly disabled when using login/app password for notarization. 2022-11-30 15:59:17 +01:00
crash_handler_osx.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
crash_handler_osx.mm Crash handler: Use print_error to include backtrace in logs 2022-05-05 12:13:04 +02:00
detect.py SCons: Remove redundant -fomit-frame-pointer and -ftree-vectorize 2022-12-04 20:03:06 +08:00
dir_access_osx.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
dir_access_osx.mm Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
godot_main_osx.mm Fix exit code of --help and --version, and test them in CI 2022-07-08 14:54:16 +02:00
joypad_osx.cpp Simplify InputDefault::joy_axis code by using float instead of struct JoyAxis 2022-01-14 15:36:35 +00:00
joypad_osx.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
logo.png platform: Update metadata for export platforms 2020-08-14 00:32:05 +02:00
os_osx.h Merge pull request #61316 from bruvzg/tts_3x 2022-08-05 23:45:51 +02:00
os_osx.mm [macOS] Fix ⌘ + . + other modifier triggering twice. 2022-11-30 15:40:12 +01:00
platform_config.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
platform_osx_builders.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
power_osx.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
power_osx.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
SCsub Backport text-to-speech support. 2022-07-01 11:04:50 +03:00
tts_osx.h Backport text-to-speech support. 2022-07-01 11:04:50 +03:00
tts_osx.mm Backport text-to-speech support. 2022-07-01 11:04:50 +03:00