Compare commits

...

2 commits

Author SHA1 Message Date
894a564774 Update LICENSE year
All checks were successful
Publish doxygen documentation to seodisparate.com / doxygen-gen-and-publish (push) Successful in 0s
2024-01-11 21:05:21 +09:00
bf84a1f2d4 Update debug optimization flag 2024-01-11 21:05:02 +09:00
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ set(UDPC_SOURCES
add_compile_options( add_compile_options(
-Wall -Wextra -Wpedantic -Wno-missing-braces -Wall -Wextra -Wpedantic -Wno-missing-braces
$<$<COMPILE_LANGUAGE:CXX>:-Weffc++> $<$<COMPILE_LANGUAGE:CXX>:-Weffc++>
$<$<CONFIG:DEBUG>:-O0> $<$<CONFIG:DEBUG>:-Og>
) )
if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES) if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)

View file

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2019-2023 Stephen Seo Copyright (c) 2019-2024 Stephen Seo
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal