2 Commits

Author SHA1 Message Date
3d8b57ead6 add .gitattributes file 2026-03-16 20:28:30 +01:00
ac37ce9e12 Fix test 2026-03-14 21:15:40 +01:00
2 changed files with 3 additions and 1 deletions

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
include/pd/external/* linguist-vendored
backends/desktop/glad/* linguist-vendored

View File

@@ -38,7 +38,7 @@ if(${CMAKE_SYSTEM_NAME} STREQUAL "Nintendo3DS")
)
endif()
if(${CMAKE_BUILD_TYPE} STREQUAL "Release")
if(CMAKE_BUILD_TYPE STREQUAL "Release")
target_compile_options(palladium PRIVATE
$<$<CONFIG:Debug>:-O0 -g>
$<$<CONFIG:Release>:-O3>