mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:37:46 +00:00
Lagom: Build with -fPIC for now.
This commit is contained in:
parent
9fb2a65716
commit
65c3101897
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 2.6)
|
||||||
|
|
||||||
set(CMAKE_C_COMPILER clang)
|
set(CMAKE_C_COMPILER clang)
|
||||||
set(CMAKE_CXX_COMPILER clang)
|
set(CMAKE_CXX_COMPILER clang)
|
||||||
set(CMAKE_CXX_FLAGS "-O2 -Wall -Wextra -Wconsumed -Werror -std=c++17")
|
set(CMAKE_CXX_FLAGS "-O2 -Wall -Wextra -Wconsumed -Werror -std=c++17 -fPIC")
|
||||||
|
|
||||||
project (Lagom)
|
project (Lagom)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue