compile with -Wall
This commit is contained in:
parent
816e1fad8c
commit
96d6bd9e17
@ -3,7 +3,9 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
env = Environment(LIBS = ['GL', 'GLU'])
|
||||
env = Environment(LIBS = ['GL', 'GLU'],
|
||||
CFLAGS = ['-Wall'],
|
||||
CXXFLAGS = ['-Wall'])
|
||||
env.ParseConfig('sdl-config --cflags --libs')
|
||||
|
||||
env.Program('wfobj-view', [Glob('*.cc'), Glob('wfobj/WFObj.cc')])
|
||||
|
Loading…
x
Reference in New Issue
Block a user