godot/platform
Rémi Verschelde c5c3d13dc0 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.
2022-09-23 13:56:16 +02:00
..
android SCons: Remove redundant -fomit-frame-pointer and -ftree-vectorize 2022-09-23 13:56:16 +02:00
ios SCons: Remove redundant -fomit-frame-pointer and -ftree-vectorize 2022-09-23 13:56:16 +02:00
linuxbsd SCons: Refactor handling of production flag and per-platform LTO defaults 2022-09-19 18:11:29 +02:00
macos SCons: Remove redundant -fomit-frame-pointer and -ftree-vectorize 2022-09-23 13:56:16 +02:00
uwp Add get_distribution_name() and get_version() to OS 2022-09-16 11:17:36 +02:00
web Merge pull request #65745 from akien-mga/scons-production-lto-earlier 2022-09-20 09:45:33 +02:00
windows Merge pull request #65816 from bruvzg/proj_settings_missing_flags 2022-09-21 18:56:31 +02:00
register_platform_apis.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00