-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
30 lines (23 loc) · 992 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# If you want to configure the Boodler installation to use a particular
# output driver by default, uncomment the two lines below.
# [build_scripts]
# default_driver=alsa
# Normally, the setup script automatically determines which drivers
# can be built, by checking your include path for header files.
# However, you can override its decisions with the with-drivers and
# without-drivers options. Uncomment the following lines to use them.
# Each argument must be a driver name, or a comma-separated list of
# driver names.
# [build_ext]
# with-drivers=macosx
# without-drivers=vorbis,shout
# If you are configuring on a platform where floating-point math is
# very expensive, or not available, you may have to uncomment the two
# lines below. The intmath option builds Boodler to use all integer
# math.
#
# If you are configuring Boodler on a desktop PC, leave this option
# alone. Boodler uses floating-point math by default, and that's what
# you want.
# [build_ext]
# intmath=1