mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
Changed to heap-based implementation.
This commit is contained in:
parent
d404c4ab28
commit
464bc5ff8e
3 changed files with 71 additions and 47 deletions
|
|
@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.1.0)
|
|||
project(sway C)
|
||||
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g")
|
||||
set(CMAKE_C_STANDARD 11)
|
||||
set(CMAKE_C_STANDARD 99)
|
||||
set(CMAKE_C_EXTENSIONS OFF)
|
||||
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/bin)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue