Skip to content

Commit

Permalink
Remove unsupported options from Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
HiGarfield committed Jan 21, 2025
1 parent 7b71111 commit 5287535
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ override CFLAGS += -Wshadow \
-Wmissing-format-attribute \
-Wlarger-than=256 \
-Wdisabled-optimization
ifeq ($(CC),gcc)
override CFLAGS += -Wunsafe-loop-optimizations
endif # $(CC) = gcc
endif # CHECK = 1

# Set NOFLAGS to 1 for C++ compilers
Expand Down
3 changes: 0 additions & 3 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ override CFLAGS += -Wshadow \
-Wmissing-format-attribute \
-Wlarger-than=256 \
-Wdisabled-optimization
ifeq ($(CC),gcc)
override CFLAGS += -Wunsafe-loop-optimizations
endif # $(CC) = gcc
endif # CHECK = 1

# Set NOFLAGS to 1 for C++ compilers
Expand Down

0 comments on commit 5287535

Please sign in to comment.