You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code/Framework
Steve Pham 4d4f10beb8
Clang/GCC compiler settings update [SECURITY] (#7358)
- Add the following compilation flags for clang
  -fpie
  -fstack-protector-all
  -fstack-check (non-release)

- Add the following compilation flags for gcc
  -fpie
  -fstack-protector-all

- Fix -Wunused-result errors from above compilation flag updates

- Add _FORTIFY_SOURCE=2 to GCC DEFINES

Signed-off-by: Steve Pham <82231385+spham-amzn@users.noreply.github.com>
4 years ago
..
AtomCore Updated all array_view uses with the C++20 span. (#7157) 4 years ago
AzAndroid/java/com/amazon The default android platform settings refer to lumberyard #3881 (#7073) 4 years ago
AzCore Clang/GCC compiler settings update [SECURITY] (#7358) 4 years ago
AzFramework Clang/GCC compiler settings update [SECURITY] (#7358) 4 years ago
AzGameFramework Update how Project Filepaths are calculated when not supplied via command line (#5194) 4 years ago
AzManipulatorTestFramework Fix incorrect icon rendering (#6454) 4 years ago
AzNetworking Clang/GCC compiler settings update [SECURITY] (#7358) 4 years ago
AzQtComponents Merge branch 'development' into optimization/unused_files 4 years ago
AzTest The default android platform settings refer to lumberyard #3881 (#7073) 4 years ago
AzToolsFramework Fix conversion issues blocking nightly builds. 4 years ago
GFxFramework More fixes 4 years ago
GridMate Remove -Wno-comment warning suppression 4 years ago
CMakeLists.txt Remove crcfix (#3294) 4 years ago