This website works better with JavaScript.
Home
Explore
Help
Sign In
TheoryOfNekomata
/
xml-c
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Debug builds should include debug symbols
master
ooxi
12 years ago
parent
383ff54b93
commit
1e87d75209
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
CMakeLists.txt
+ 1
- 1
CMakeLists.txt
View File
@@ -7,7 +7,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0 FATAL_ERROR)
# Compiler setup
SET(CMAKE_C_FLAGS_DEBUG "-DDEBUG")
SET(CMAKE_C_FLAGS_DEBUG "-
g -
DDEBUG")
SET(CMAKE_C_FLAGS_RELEASE "-O2")
Write
Preview
Loading…
Cancel
Save