Fixed build with asm scalers
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@845 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
07facf723a
commit
2495a7b9d9
|
@ -109,9 +109,9 @@ ENDIF( NOT USE_ASM_CORE )
|
||||||
|
|
||||||
# Compiler flags
|
# Compiler flags
|
||||||
IF ( WIN32 )
|
IF ( WIN32 )
|
||||||
SET( CMAKE_ASM_FLAGS "-Isrc/hq/asm/ -O1 -w-orphan-labels")
|
SET( CMAKE_ASM_FLAGS "-Isrc/filters/hq/asm/ -O1 -w-orphan-labels")
|
||||||
ELSE ( WIN32 )
|
ELSE ( WIN32 )
|
||||||
SET( CMAKE_ASM_FLAGS "-Isrc/hq/asm/ -O1 -DELF -w-orphan-labels")
|
SET( CMAKE_ASM_FLAGS "-Isrc/filters/hq/asm/ -O1 -DELF -w-orphan-labels")
|
||||||
ENDIF ( WIN32 )
|
ENDIF ( WIN32 )
|
||||||
SET( CMAKE_C_FLAGS "-O3 -Wall")
|
SET( CMAKE_C_FLAGS "-O3 -Wall")
|
||||||
SET( CMAKE_CXX_FLAGS "-O3 -Wall")
|
SET( CMAKE_CXX_FLAGS "-O3 -Wall")
|
||||||
|
|
Loading…
Reference in New Issue