From d27ca93ac86697f8be6af3c751a5a527f3c07c88 Mon Sep 17 00:00:00 2001 From: Franciszek Malinka Date: Sun, 12 Jun 2022 11:17:10 +0200 Subject: Python scripts for communication over serial and scramble generation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cafcbf0..0480df8 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CXX = g++ # CXXFLAGS = -std=c++14 -g -Wall -Wshadow -Wextra -fsanitize=address -fsanitize=undefined -CXXFLAGS = -std=c++14 -O3 +CXXFLAGS = -std=c++14 -O3 -march=native C_FILES = $(wildcard src/*.cpp) H_FILES = $(wildcard src/*.h) -- cgit v1.2.3