Subversion Repositories EngineBay2

Rev

Rev 29 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29 Rev 30
Line 20... Line 20...
20
# building variables
20
# building variables
21
######################################
21
######################################
22
# debug build?
22
# debug build?
23
DEBUG = 1
23
DEBUG = 1
24
# optimization
24
# optimization
25
OPT = -O2
25
OPT = -Og
26
 
26
 
27
 
27
 
28
#######################################
28
#######################################
29
# paths
29
# paths
30
#######################################
30
#######################################