mirror of
https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer.git
synced 2026-05-05 00:38:02 +02:00
Remove DEBUG build option
Users should use CMAKE_BUILD_TYPE to set the build type Change-Id: I526b3a96f798a39ceca11674bf1e0b6964a3da7d Signed-off-by: Ben Davis <ben.davis@arm.com>
This commit is contained in:
parent
5bed7d0c9b
commit
79b5d296c2
1 changed files with 0 additions and 4 deletions
|
|
@ -34,10 +34,6 @@ if (NOT CLANG_TIDY STREQUAL "CLANG_TIDY-NOTFOUND")
|
|||
endif()
|
||||
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -pthread -fPIC")
|
||||
if (DEFINED DEBUG)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -O0")
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -O0")
|
||||
endif()
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC")
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue