Changeset 13044 in vbox
- Timestamp:
- Oct 7, 2008 1:03:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/Makefile.kmk
r13008 r13044 408 408 else echo "$(2)"; fi; ) 409 409 COMPILE_OP_CMDS = \ 410 $(filter-out -fno-stack-protector , $(COMPILE_OP_CMDS_2)) \410 $(filter-out -fno-stack-protector -Wextra -Wno-missing-field-initializers, $(COMPILE_OP_CMDS_2)) \ 411 411 $(call VBOX_RECOMPILER_OP_CHECK_CC_GCC,-fno-stack-protector) 412 412 endif
Note:
See TracChangeset
for help on using the changeset viewer.