Browse Source

change local.conf to build.conf

master
heck 2 years ago
parent
commit
8dafa5d36e
  1. 2
      .gitignore
  2. 4
      build.conf.example

2
.gitignore

@ -6,7 +6,7 @@
*.swp *.swp
*~ *~
ws ws
local.conf build.conf
/.idea/ /.idea/
/test/test_rw.bin /test/test_rw.bin
/test/test_counting_semaphore /test/test_counting_semaphore

4
build.conf.example

@ -1,7 +1,7 @@
# This is an Example build config file (local.conf) # This is an Example build config file (build.conf)
# you might not need this file, but if the defaults dont work for you # you might not need this file, but if the defaults dont work for you
# You can override them here. # You can override them here.
# Tweak the values to your needs and rename it to local.conf # Tweak the values to your needs and rename it to build.conf
######### C++ Compiler ######### ######### C++ Compiler #########
# Should work with clang and g++ # Should work with clang and g++

Loading…
Cancel
Save