mirror of
https://github.com/riscv-software-src/riscv-isa-sim.git
synced 2025-10-14 02:07:30 +08:00
Do warn about unused variables in regular build
This commit is contained in:
@@ -93,7 +93,7 @@ VPATH := $(addprefix $(src_dir)/, $(sprojs_enabled))
|
||||
# These all appear on the command line, from lowest precedence to
|
||||
# highest.
|
||||
|
||||
default-CFLAGS := -DPREFIX=\"$(prefix)\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC
|
||||
default-CFLAGS := -DPREFIX=\"$(prefix)\" -Wall -Wno-nonportable-include-path -g -O2 -fPIC
|
||||
default-CXXFLAGS := $(default-CFLAGS) -std=c++2a
|
||||
|
||||
mcppbs-CPPFLAGS := @CPPFLAGS@
|
||||
|
Reference in New Issue
Block a user