CMake : Removed the mtune=native from the CFLAGS to make packager's lifes easier.

This commit is contained in:
bgk 2008-09-03 07:39:13 +00:00
parent 51efd70d2c
commit d2a3440968
1 changed files with 2 additions and 2 deletions

View File

@ -112,8 +112,8 @@ IF ( WIN32 )
ELSE ( WIN32 )
SET( CMAKE_ASM_FLAGS "-Isrc/hq/asm/ -O1 -DELF -w-orphan-labels")
ENDIF ( WIN32 )
SET( CMAKE_C_FLAGS "-O3 -mtune=native -Wall")
SET( CMAKE_CXX_FLAGS "-O3 -mtune=native -Wall")
SET( CMAKE_C_FLAGS "-O3 -Wall")
SET( CMAKE_CXX_FLAGS "-O3 -Wall")
# Source files definition
SET(SRC_MAIN