diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 439ccbaf..eb4bb478 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -160,6 +160,10 @@ int main(int argc, char *argv[]) return false;
});
+ // TODO: This is for liblibc - should be a command-line option
+ //Cfg_SetFlag("stdbuild");
+
+
try
{
|