Search:
Login
Preferences
Help/Guide
About Trac
Register
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
4762301
in opengl-game for
makefile
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Jun 6, 2019, 1:13:48 AM (
6 years
ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl
,
master
,
points-test
Children:
17f28a1
Parents:
b373466
Message:
Make
CrashLogger
work for Debian-based systems
File:
1 edited
makefile
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
makefile
rb373466
r4762301
1
1
OS = $(shell uname)
2
2
CC = g++
3
CFLAGS = -std=c++0x -Wall -pedantic#-Wextra -fno-inline
3
CFLAGS = -std=c++0x -Wall -pedantic -rdynamic
4
#-Wextra -fno-inline
4
5
5
6
ifeq ($(OS),Darwin)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive