From 878cdffb3f69c780cb55f1fbb54747d9066a385a Mon Sep 17 00:00:00 2001 From: aqua Date: Sun, 12 Feb 2023 17:28:33 +0200 Subject: Generate dependency files for source code Use the compiler to generate dependency files for all C, C++ and .S assembly source code files. These are included in the makefiles where the files are used. --- Makefile.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.config') diff --git a/Makefile.config b/Makefile.config index 5252c0d..b5a5ab3 100644 --- a/Makefile.config +++ b/Makefile.config @@ -56,7 +56,7 @@ STRIP := i686-elf-strip # define compiler and flags for test targets TEST_CXX := g++ -TEST_CXXFLAGS := -Wall -Wextra -Wpedantic -Werror=shadow -Werror=conversion -g -Og \ +TEST_CXXFLAGS := -Wall -Wextra -Wpedantic -Werror=shadow -Wconversion -g -Og \ $(shell pkg-config --cflags --libs gtest gtest_main gmock) # emulator name and flags -- cgit v1.2.1