Compare commits
2 Commits
dev-0.7-re
...
stable
| Author | SHA1 | Date | |
|---|---|---|---|
|
3d8b57ead6
|
|||
|
ac37ce9e12
|
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
include/pd/external/* linguist-vendored
|
||||||
|
backends/desktop/glad/* linguist-vendored
|
||||||
@@ -38,7 +38,7 @@ if(${CMAKE_SYSTEM_NAME} STREQUAL "Nintendo3DS")
|
|||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(${CMAKE_BUILD_TYPE} STREQUAL "Release")
|
if(CMAKE_BUILD_TYPE STREQUAL "Release")
|
||||||
target_compile_options(palladium PRIVATE
|
target_compile_options(palladium PRIVATE
|
||||||
$<$<CONFIG:Debug>:-O0 -g>
|
$<$<CONFIG:Debug>:-O0 -g>
|
||||||
$<$<CONFIG:Release>:-O3>
|
$<$<CONFIG:Release>:-O3>
|
||||||
|
|||||||
Reference in New Issue
Block a user