diff options
Diffstat (limited to 'doc/tutorial/debugging.md')
-rw-r--r-- | doc/tutorial/debugging.md | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/doc/tutorial/debugging.md b/doc/tutorial/debugging.md index eae070b6..f9851f50 100644 --- a/doc/tutorial/debugging.md +++ b/doc/tutorial/debugging.md @@ -29,17 +29,7 @@ flags) for our example project. This can be done by extending the existing , "arguments_config": ["DEBUG"] , "CC": ["cc"] , "CXX": ["c++"] - , "CFLAGS": - { "type": "++" - , "$1": - [ ["-O2", "-Wall"] - , { "type": "if" - , "cond": {"type": "var", "name": "DEBUG"} - , "then": ["-g"] - } - ] - } - , "CXXFLAGS": + , "ADD_COMPILE_FLAGS": { "type": "++" , "$1": [ ["-O2", "-Wall"] |