Skip to content

Commit

Permalink
add configure
Browse files Browse the repository at this point in the history
  • Loading branch information
Jovillios committed Mar 8, 2024
1 parent 81093a8 commit 8da82c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .configure
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
CXX=g++ # The C++ compiler
CXXFLAGS=-g # C++ complilation flags
NATIVE=on # compiles code targeted to current hardware
TUNE=generic # performance-tuning switch
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ main

# dev
.vscode
.git

# Mac
.DS_Store
Expand Down

0 comments on commit 8da82c4

Please sign in to comment.