mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-01 07:40:18 -04:00
fix ranges.hpp once again
i am killing someone
This commit is contained in:
parent
8f0a132780
commit
8342b7fc7c
2 changed files with 7 additions and 3 deletions
loader
|
@ -117,9 +117,11 @@ target_include_directories(${PROJECT_NAME} PRIVATE
|
|||
./ # lilac
|
||||
)
|
||||
|
||||
# For profiling
|
||||
target_compile_options(${PROJECT_NAME} PUBLIC "-ftime-trace")
|
||||
#set_property(TARGET ${PROJECT_NAME} PROPERTY RULE_LAUNCH_COMPILE "${CMAKE_COMMAND} -E time")
|
||||
if (APPLE)
|
||||
# For profiling
|
||||
target_compile_options(${PROJECT_NAME} PUBLIC "-ftime-trace")
|
||||
#set_property(TARGET ${PROJECT_NAME} PROPERTY RULE_LAUNCH_COMPILE "${CMAKE_COMMAND} -E time")
|
||||
endif()
|
||||
|
||||
target_compile_definitions(${PROJECT_NAME} PUBLIC GEODE_EXPORTING)
|
||||
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
#include <algorithm>
|
||||
#include <string>
|
||||
#include <concepts>
|
||||
#include <optional>
|
||||
#include <iterator>
|
||||
|
||||
#undef min
|
||||
#undef max
|
||||
|
|
Loading…
Add table
Reference in a new issue