summary refs log blame commit diff stats
path: root/compiler/nim.cfg
blob: b9480007f0603aa81951a19a3cb1b19c20b46cdc (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                
 
                             
 
              
              
                      
                                  
 


                                          
 
                        
                        
 


                      
 
                  
                



                                
# Special configuration file for the Nim project

hint[XDeclaredButNotUsed]:off

define:booting
define:nimcore
#define:nimIncremental
#import:"$projectpath/testability"

@if windows:
  cincludes: "$lib/wrappers/libffi/common"
@end

define:useStdoutAsStdmsg
define:nimOldCaseObjects

@if nimHasStyleChecks:
  styleCheck:error
@end

#define:useNodeIds
#gc:markAndSweep

@if nimHasWarningCaseTransition:
warning[CaseTransition]:off
@end