mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Fix -g with default ldc.conf
This commit is contained in:
@@ -11,6 +11,7 @@ default:
|
||||
"-I@RUNTIME_DIR@/lib/common",
|
||||
"-L-L@PROJECT_BINARY_DIR@/../lib",
|
||||
"-d-version=Tango",
|
||||
"-defaultlib=@RUNTIME_AIO@"
|
||||
"-defaultlib=@RUNTIME_AIO@",
|
||||
"-debuglib=@RUNTIME_AIO@"
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user