mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-04 19:04:46 +00:00
@@ -1,6 +1,6 @@
|
||||
# Special configuration file for the Nim project
|
||||
|
||||
hint:XDeclaredButNotUsed:off
|
||||
hint[XDeclaredButNotUsed]:off
|
||||
|
||||
define:booting
|
||||
define:nimcore
|
||||
@@ -23,7 +23,7 @@ define:useStdoutAsStdmsg
|
||||
#gc:markAndSweep
|
||||
|
||||
@if nimHasWarningObservableStores:
|
||||
warning:ObservableStores: off
|
||||
warning[ObservableStores]: off
|
||||
@end
|
||||
|
||||
@if nimHasEffectsOf:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Special configuration file for the Nim project
|
||||
# gc:markAndSweep
|
||||
|
||||
hint:XDeclaredButNotUsed:off
|
||||
hint[XDeclaredButNotUsed]:off
|
||||
path:"$projectPath/.."
|
||||
|
||||
path:"$lib/packages/docutils"
|
||||
|
||||
@@ -13,8 +13,8 @@ cc = gcc
|
||||
# additional options always passed to the compiler:
|
||||
--parallel_build: "0" # 0 to auto-detect number of processors
|
||||
|
||||
hint:LineTooLong:off
|
||||
#hint:XDeclaredButNotUsed:off
|
||||
hint[LineTooLong]=off
|
||||
#hint[XDeclaredButNotUsed]=off
|
||||
|
||||
# Examples of how to setup a cross-compiler:
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Special configuration file for the Nim project
|
||||
|
||||
hint:XDeclaredButNotUsed:off
|
||||
hint[XDeclaredButNotUsed]:off
|
||||
|
||||
define:booting
|
||||
define:nimcore
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
gc:markAndSweep
|
||||
|
||||
hint:XDeclaredButNotUsed:off
|
||||
hint[XDeclaredButNotUsed]:off
|
||||
|
||||
path:"$lib/packages/docutils"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user