summaryrefslogtreecommitdiffstats
path: root/make/custom/nios2_iss.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/nios2_iss.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/nios2_iss.cfg b/make/custom/nios2_iss.cfg
index 72cfc45f43..11eef1f6b8 100644
--- a/make/custom/nios2_iss.cfg
+++ b/make/custom/nios2_iss.cfg
@@ -21,7 +21,7 @@ CPU_CFLAGS = -mno-hw-mul -mno-hw-div
# optimize flag: typically -O2
# ATM, doesn't work with optimization levels > 0
-CFLAGS_OPTIMIZE_V = -g -O0
+CFLAGS_OPTIMIZE_V = -O0 -g
# The following are definitions of make-exe which will work using ld as
# is currently required.