- Adjustments to component system design.
- Added indexed parameters to format strings
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
# this script sets flags and variables for gnu and gnu-like compilers
|
||||
|
||||
add_compile_options("-Wall" "-Wextra" "-pedantic" "-Werror")
|
||||
add_compile_options("-Wall" "-Wextra" "-pedantic" "-Werror" "-fms-extensions")
|
||||
|
||||
fennec_add_link_options("-nostdlib" "-fno-exceptions" "-fno-rtti" "-fdiagnostics-all-candidates")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user