summaryrefslogtreecommitdiff
path: root/OS2_MAKEFILE
diff options
context:
space:
mode:
Diffstat (limited to 'OS2_MAKEFILE')
-rw-r--r--OS2_MAKEFILE5
1 files changed, 3 insertions, 2 deletions
diff --git a/OS2_MAKEFILE b/OS2_MAKEFILE
index 249486df..07460d84 100644
--- a/OS2_MAKEFILE
+++ b/OS2_MAKEFILE
@@ -4,12 +4,13 @@
# look at another threads registers.
# We also haven't figured out how to do partial links or build static libraries. Hence a
-# client currentlu needs to link against all of the following:
+# client currently needs to link against all of the following:
OBJS= alloc.obj reclaim.obj allochblk.obj misc.obj mach_dep.obj os_dep.obj mark_roots.obj headers.obj mark.obj obj_map.obj black_list.obj finalize.obj new_hblk.obj real_malloc.obj dynamic_load.obj debug_malloc.obj
CC= icc
-CFLAGS= /Ti /Q
+CFLAGS= /O /Q
+# Use /Ti instead of /O for debugging
# Setjmp_test may yield overly optimistic results when compiled
# without optimization.