diff options
| author | quou <quou@disroot.org> | 2024-12-19 19:21:11 +1100 | 
|---|---|---|
| committer | quou <quou@disroot.org> | 2024-12-19 19:22:20 +1100 | 
| commit | 4542c811bf48a7fde3916d3d0eee4bd77a68bccc (patch) | |
| tree | 82bbebbae3ce1743c6118b31fbae9603c73d71b6 | |
| parent | bec7a1c90f7cda0a9e7d2e2628ac69b645108dc4 (diff) | |
update the debug compiler flag to include -Wall and -Wextra
| -rw-r--r-- | debug_env | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -1,2 +1,2 @@ -export DEBUG_COMPILE_FLAG="-O0 -g -DDEBUG" +export DEBUG_COMPILE_FLAG="-O0 -g -DDEBUG -Wall -Wextra"  export DEBUG_LINK_FLAG="-g" |