Skip to content

Commit

Permalink
Remove --save-temps command-line options
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzoua committed Aug 13, 2012
1 parent 45e1998 commit 79084d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/arm/conf/ARMADAXP
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ options SOC_MV_ARMADAXP
makeoptions MODULES_OVERRIDE=""

makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
makeoptions WERROR="-Werror --save-temps"
makeoptions WERROR="-Werror"

#options SCHED_ULE #ULE scheduler
options SCHED_4BSD #4BSD scheduler
Expand Down

0 comments on commit 79084d1

Please sign in to comment.