mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-04 16:51:37 -05:00
-Removed -Werror from release build, was causing non-fatal errors on different systems.
This commit is contained in:
parent
6f283dbdd0
commit
85cb9e9d8d
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ IF(BUILD_TESTS)
|
|||
ENDIF(BUILD_TESTS)
|
||||
|
||||
IF(RELEASE_BUILD)
|
||||
SET(CMAKE_CXX_FLAGS "-g -Wall -Werror -Wno-unused-variable -msse2 -mfpmath=sse -ffast-math")
|
||||
SET(CMAKE_C_FLAGS "-g -Wall -Werror -W -Wno-unused-variable -msse2 -mfpmath=sse -ffast-math")
|
||||
SET(CMAKE_CXX_FLAGS "-g -Wall -Wno-unused-variable -msse2 -mfpmath=sse -ffast-math")
|
||||
SET(CMAKE_C_FLAGS "-g -Wall -W -Wno-unused-variable -msse2 -mfpmath=sse -ffast-math")
|
||||
ENDIF(RELEASE_BUILD)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue