mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 02:42:05 +00:00
29 lines
439 B
Nim
29 lines
439 B
Nim
# Special configuration file for the Nim project
|
|
|
|
hint[XDeclaredButNotUsed]:off
|
|
|
|
define:booting
|
|
define:nimcore
|
|
#define:nimIncremental
|
|
#import:"$projectpath/testability"
|
|
|
|
#define:staticSqlite
|
|
|
|
@if windows:
|
|
cincludes: "$lib/wrappers/libffi/common"
|
|
@end
|
|
|
|
define:useStdoutAsStdmsg
|
|
|
|
@if nimHasStyleChecks:
|
|
styleCheck:error
|
|
@end
|
|
|
|
|
|
#define:useNodeIds
|
|
#gc:markAndSweep
|
|
|
|
@if nimHasWarningObservableStores:
|
|
warning[ObservableStores]: off
|
|
@end
|