Last active
January 18, 2018 13:25
-
-
Save FGFW/76850d3da2651dd5f5b8acc046ecdde6 to your computer and use it in GitHub Desktop.
配置Nim的默认编译参数 release build并运行 ref: https://qiita.com/codegay/items/b6a98d3a08045d069f92
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Configuration file for the Nim Compiler. | |
# (c) 2017 Andreas Rumpf | |
# Feel free to edit the default values as you need. | |
# You may set environment variables with | |
# @putenv "key" "val" | |
# Environment variables can be accessed like so: | |
# gcc.path %= "$CC_PATH" | |
cc = gcc | |
r | |
d:release | |
... | |
... | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment