mirror of
https://gitcode.com/Zengtudor/alg2025.git
synced 2025-12-21 06:31:43 +00:00
Compare commits
No commits in common. "c9ca654dda9ff750729e550b94e4d27fda7f8357" and "d66152a01b9aa507ca986fb9760d050d6579d059" have entirely different histories.
c9ca654dda
...
d66152a01b
@ -2,7 +2,6 @@ cmake_minimum_required(VERSION 3.15)
|
||||
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
add_compile_options(-Wall)
|
||||
add_link_options(-fsanitize=address,undefined)
|
||||
include_directories(${CMAKE_CURRENT_LIST_DIR}/include)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
|
||||
@ -1,6 +0,0 @@
|
||||
|
||||
|
||||
|
||||
int main(){
|
||||
|
||||
}
|
||||
@ -1,3 +0,0 @@
|
||||
int main(){
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user