From ab3ee7de4faaf0ac2fe2a59f09a58c82bfe57216 Mon Sep 17 00:00:00 2001 From: Louis M Date: Mon, 10 Jun 2024 14:01:59 -0400 Subject: [PATCH] Windres... or what we have to do to have an executable icon --- CMakeLists.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 58251af..613a3cc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -372,15 +372,6 @@ IF(UNIX AND NOT HAIKU) ENDIF() IF(CMAKE_COMPILER_IS_GNUCC) - #ADD_DEFINITIONS(-pipe -fsigned-char) - #ADD_DEFINITIONS(-Wall) - - # See if -fno-stack-protector is available to us. - # It doesn't seem to work well, and it adds bulk to the binary. - CHECK_C_COMPILER_FLAG("-fno-stack-protector" AQUARIA_GCC_HAS_STACKPROT) - IF(AQUARIA_GCC_HAS_STACKPROT) - ADD_DEFINITIONS(-fno-stack-protector) - ENDIF(AQUARIA_GCC_HAS_STACKPROT) CHECK_C_COMPILER_FLAG("-fno-stack-protector" AQUARIA_GCC_HAS_STACKPROT) IF(AQUARIA_GCC_HAS_STACKPROT)