Compare commits
8 commits
04c9f52997
...
89f11efd76
Author | SHA1 | Date | |
---|---|---|---|
89f11efd76 | |||
918f8241be | |||
4c8cf82a31 | |||
fe1eefdd7c | |||
3212f3e7dc | |||
abd65b9a94 | |||
894a564774 | |||
bf84a1f2d4 |
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ set(UDPC_SOURCES
|
|||
add_compile_options(
|
||||
-Wall -Wextra -Wpedantic -Wno-missing-braces
|
||||
$<$<COMPILE_LANGUAGE:CXX>:-Weffc++>
|
||||
$<$<CONFIG:DEBUG>:-O0>
|
||||
$<$<CONFIG:DEBUG>:-Og>
|
||||
)
|
||||
|
||||
if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
|
||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
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
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
Loading…
Reference in a new issue