From 5c9be0ff05dc06b4bcc3a1fdc76c431fe85c3351 Mon Sep 17 00:00:00 2001 From: ikozyris <80053394+ikozyris@users.noreply.github.com> Date: Sat, 17 Aug 2024 17:58:17 +0300 Subject: [PATCH] clean up previous commit --- Makefile | 4 ++-- headers/headers.h | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 5c18071..151d312 100755 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/headers/headers.h b/headers/headers.h index fb941f6..493aa9e 100644 --- a/headers/headers.h +++ b/headers/headers.h @@ -6,6 +6,4 @@ #include // for file size #include #include -#include -#include #include "funcdecl.h"