Skip to content

Commit

Permalink
changed compiler flag to avoid large amounts of diagnostic info
Browse files Browse the repository at this point in the history
  • Loading branch information
woguls committed Mar 22, 2020
1 parent 50d8663 commit 0e7c7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.base.mk
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ endif
# Set build and link flags

BASE_FLAGS = -Wall -Wextra -pipe -MD -MP
BASE_OPTS = -O3 -ffast-math -fdata-sections -ffunction-sections -fopt-info-vec-missed
BASE_OPTS = -O3 -ffast-math -fdata-sections -ffunction-sections # -fopt-info-vec-missed

ifeq ($(CPU_I386_OR_X86_64),true)
BASE_OPTS += -mtune=generic -msse -msse2
Expand Down

0 comments on commit 0e7c7ed

Please sign in to comment.