Skip to content

Commit 002c039

Browse files
mizdebskmkoncek
authored andcommitted
Remove -Isrc now that local includes use quotes
Follow up to switching from angle brackets to quoted includes for local headers. Since headers are now included with "..." and reside in the same or subdirectories, the -Isrc include path is no longer necessary.
1 parent 719e454 commit 002c039

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include rules.mk
33
.PHONY: force all clean test-compile test coverage manpages test-install clean-install
44
.DEFAULT_GOAL = all
55

6-
CXXFLAGS += -g -std=c++2a -Isrc -Wall -Wextra -Wpedantic
6+
CXXFLAGS += -g -std=c++2a -Wall -Wextra -Wpedantic
77

88
all: $(call Executable_file,jurand)
99

compile_flags.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
-std=c++2a
2-
-Isrc
32
-Wall
43
-Wextra
54
-Wpedantic

0 commit comments

Comments
 (0)