diff options
| author | twells46 <tom@wellsth.com> | 2026-01-25 15:17:01 -0600 |
|---|---|---|
| committer | twells46 <tom@wellsth.com> | 2026-01-25 15:17:01 -0600 |
| commit | a2b45396d4f368782a6600adc499c3a5b2734be8 (patch) | |
| tree | 2b2141f5b68b000f6339bce3a0a4447ea588d2db /config.mk | |
| parent | 48517e586cdc98bc1af7115674b554cc70c8bc2e (diff) | |
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ LIBS = $(X11LIB) $(GTKLIB) -lgthread-2.0 CPPFLAGS = -DVERSION=\"$(VERSION)\" -DGCR_API_SUBJECT_TO_CHANGE \ -DLIBPREFIX=\"$(LIBPREFIX)\" -DWEBEXTDIR=\"$(LIBDIR)\" \ -D_DEFAULT_SOURCE -SURFCFLAGS = -fPIC $(INCS) $(CPPFLAGS) +SURFCFLAGS = -fPIC $(INCS) $(CPPFLAGS) -O2 -march=native WEBEXTCFLAGS = -fPIC $(WEBEXTINC) # compiler |