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/Tools/AzTestRunner
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
..
Platform Clang/GCC compiler settings update [SECURITY] (#7358) 4 years ago
src Merge branch 'development' into issues/exception_handling 4 years ago
test Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
CMakeLists.txt Move Android-specific AzFramework dependency of AzTestRunner to Android platform include file (#7151) 4 years ago
aztestrunner_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
aztestrunner_test_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago