SCM Repository
Diff of /trunk/src/compiler/common/paths_sml.in
Parent Directory
|
Revision Log
|
Patch
revision 1640, Wed Nov 16 02:19:51 2011 UTC | revision 1840, Fri Apr 13 23:46:36 2012 UTC | |
---|---|---|
# | Line 58 | Line 58 |
58 | val cflags = { | val cflags = { |
59 | base = "@CFLAGS_BASE@", | base = "@CFLAGS_BASE@", |
60 | pthread = "@PTHREAD_CFLAGS@", | pthread = "@PTHREAD_CFLAGS@", |
61 | cl = "@CPPFLAGS_CL@", | |
62 | debug = "-g -O0", | debug = "-g -O0", |
63 | (* ndebug = "-march=native -O3 -DNDEBUG" *) (* gcc complains about -march=native, even though the man page says it is supported *) | (* ndebug = "-march=native -O3 -DNDEBUG" *) (* gcc complains about -march=native, even though the man page says it is supported *) |
64 | ndebug = "-O3 -DNDEBUG" | ndebug = "-O3 -DNDEBUG" |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |