This commit is contained in:
SM9CC 2021-11-25 14:49:35 +00:00
parent 94e50d704a
commit a364d84d18
No known key found for this signature in database
GPG Key ID: 497769F3F5AD3A35
3 changed files with 2 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,5 +1,3 @@
Psyris/Resources/Shaders/Build/
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##

View File

@ -18,7 +18,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} -std=c++20")
set(CMAKE_C_FLAGS_RELEASE "-flto=thin -gsplit-dwarf -fno-stack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-math-errno -fno-ident -Wl,--strip-all -Wl,--discard-all")
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE}")
set(CMAKE_C_FLAGS_DEBUG "-DDEBUG -g -O0")
set(CMAKE_C_FLAGS_DEBUG "-DDEBUG -g")
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG}")
file(GLOB_RECURSE SOURCES "${CMAKE_SOURCE_DIR}/include/*.cpp" "${CMAKE_SOURCE_DIR}/resources/*.cpp" "${CMAKE_SOURCE_DIR}/src/*.cpp")

View File

@ -77,7 +77,7 @@ while [[ $# -gt 0 ]]; do
;;
-h | --help)
echo "
Toolbox script for Polis
Toolbox script for CachyOS-Installer
=============================================================================================
| Argument | Description |
| -------------------- | -------------------------------------------------------------------|