Source release v3.0.2
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export_variables = {
|
||||
'CC': 'gcc',
|
||||
'CXX': 'g++',
|
||||
'CC': 'clang',
|
||||
'CXX': 'clang++',
|
||||
'AR': 'ar',
|
||||
}
|
||||
|
||||
@@ -12,6 +12,9 @@
|
||||
'cflags': [
|
||||
'-fPIC',
|
||||
'-fno-exceptions',
|
||||
# Enable all warnings, and treat warnings as errors.
|
||||
'-Wall',
|
||||
'-Werror',
|
||||
],
|
||||
|
||||
# These are flags passed to the compiler for plain C only.
|
||||
|
||||
Reference in New Issue
Block a user