mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 17:17:45 +00:00
Ports/c-ray: Update c-ray to git commit 8f30eb9
Part of the fix-linkage patch is removed as the changes are no longer required.
This commit is contained in:
parent
711e317bd5
commit
67ce82ba97
3 changed files with 3 additions and 12 deletions
|
@ -1,14 +1,5 @@
|
|||
--- c-ray-master/CMakeLists.txt 2021-03-13 00:40:48.474000000 +0100
|
||||
+++ c-ray-master/CMakeLists.txt 2021-03-13 00:41:04.770789629 +0100
|
||||
@@ -38,7 +38,7 @@
|
||||
set(CMAKE_EXE_LINKER_FLAGS_RELEASE "/DEBUG /MANIFEST:NO /INCREMENTAL:NO /OPT:REF,ICF" CACHE STRING "" FORCE)
|
||||
else()
|
||||
# set(CMAKE_C_FLAGS "-Wall -Wextra -pedantic -Wconversion -std=gnu99")
|
||||
- set(CMAKE_C_FLAGS "-Wall -Wextra -Wno-missing-field-initializers -std=gnu99 -march=native -mtune=native -D_GNU_SOURCE")
|
||||
+ set(CMAKE_C_FLAGS "-Wall -Wextra -Wno-missing-field-initializers -std=gnu99 -mtune=native -D_GNU_SOURCE")
|
||||
set(CMAKE_C_FLAGS_RELEASE "-O3 -ftree-vectorize")
|
||||
set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -O0 -g")
|
||||
if (ASAN)
|
||||
@@ -71,7 +71,7 @@
|
||||
target_include_directories(c-ray PRIVATE ${c-ray_SOURCE_DIR}/src)
|
||||
target_include_directories(c-ray PRIVATE ${c-ray_SOURCE_DIR}/tests)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue