Skip to content

Commit

Permalink
clean up previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ikozyris committed Aug 17, 2024
1 parent cca4041 commit 5c9be0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ CC = g++ --std=c++20
# -lncursesw Links to ncurses library for wide characters

#CXXFLAGS = -g -Wall -Wextra -pedantic -fopenmp -DDEBUG -DHIGHLIGHT -lncursesw # Debug only
#CXXFLAGS = -Ofast -fopenmp -march=native -flto -DHIGHLIGHT -lncursesw
CXXFLAGS = -g -fopenmp -march=native -DHIGHLIGHT -lncursesw
CXXFLAGS = -Ofast -fopenmp -march=native -flto -DHIGHLIGHT -lncursesw
#CXXFLAGS = -g -fopenmp -march=native -DHIGHLIGHT -lncursesw

# the build target executable:
TARGET = yocto
Expand Down
2 changes: 0 additions & 2 deletions headers/headers.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@
#include <sys/stat.h> // for file size
#include <list>
#include <time.h>
#include <algorithm>
#include <utility>
#include "funcdecl.h"

0 comments on commit 5c9be0f

Please sign in to comment.