Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroAir committed Sep 15, 2024
1 parent a170e30 commit 6307180
Show file tree
Hide file tree
Showing 126 changed files with 11,241 additions and 6,953 deletions.
24 changes: 24 additions & 0 deletions config/addon/compiler.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"compiler": "clang++",
"optimization_level": "-O3",
"cplus_version": "-std=c++20",
"warnings": "-Wall -Wextra -Wpedantic",
"include_flag": "-I./include -I./external/include",
"output_flag": "-o output",
"debug_info": "-g",
"sanitizers": "-fsanitize=address,undefined",
"extra_flags": [
"-fno-exceptions",
"-fno-rtti",
"-march=native"
],
"defines": [
"-DNDEBUG",
"-DUSE_OPENMP"
],
"libraries": [
"-lpthread",
"-lm",
"-lrt"
]
}
209 changes: 0 additions & 209 deletions doc/extra/day01.md

This file was deleted.

Loading

0 comments on commit 6307180

Please sign in to comment.