mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-01-26 02:07:26 +00:00
Windres... or what we have to do to have an executable icon
This commit is contained in:
parent
8f303c4d44
commit
ab3ee7de4f
1 changed files with 0 additions and 9 deletions
|
@ -372,15 +372,6 @@ IF(UNIX AND NOT HAIKU)
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
IF(CMAKE_COMPILER_IS_GNUCC)
|
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)
|
CHECK_C_COMPILER_FLAG("-fno-stack-protector" AQUARIA_GCC_HAS_STACKPROT)
|
||||||
IF(AQUARIA_GCC_HAS_STACKPROT)
|
IF(AQUARIA_GCC_HAS_STACKPROT)
|
||||||
|
|
Loading…
Reference in a new issue